hi all,
I have to autocomplete for a textbox within an innerHTML(this innerHTML is loaded by AJAX)
, normally if we use $("#elementid").autopopulate will work if elementid is within in an html content, but it will not work for if elementid is within an innerHTML in the same page. When i checked with Firebug, the AJAX call is not fired when we enter a character?
The problem is with the selection, i guess, so I need to know how to select an element within an innerHTML?
thanks in advance.