how to capture the moverover element?

Posted by murali on Stack Overflow See other posts from Stack Overflow or by murali
Published on 2010-03-26T11:39:34Z Indexed on 2010/03/26 11:43 UTC
Read the original article Hit count: 444

Filed under:

hi,

i am developing the autocomplete feature.but i am facing one problem there..when i am click on the suggestion box one of the results,it will not enter into the suggest html box...

function handleOnMouseOver(oTr) { deselectAll(); oTr.className ="highlightrow"; position = oTr.id.substring(2, oTr.id.length); updateKeywordValue(position); }

can you tell me the how to capure the mouseover element

thanks

© Stack Overflow or respective owner

Related posts about autocomplete