CodeIgniter Forums
Jquery Autocomplete Plugin onItemSelect not firing - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Jquery Autocomplete Plugin onItemSelect not firing (/showthread.php?tid=21432)



Jquery Autocomplete Plugin onItemSelect not firing - El Forum - 08-10-2009

[eluser]Unknown[/eluser]
I am using Jquery Autocomplete Plugin. In which I am fetching values from database and get loaded in list Whenever I select any Item It should do the postback is must for my requirement. I have written an javascript for it. which I have called on OnItemSelect but for what reasons this event is not firing at all.

I have added simple alert message to test but still it is not firing. What might be the cause can anyone help me out from these?
I would appreciate the help
Following is the autocomplete which i am using :
* Autocomplete - jQuery plugin 1.1pre
*
* Copyright © 2007 Dylan Verheul, Dan G. Switzer, Anjesh Tuladhar, Jörn Zaefferer


Any help would be appreciated.

Regards

Asif,


Jquery Autocomplete Plugin onItemSelect not firing - El Forum - 08-10-2009

[eluser]jcavard[/eluser]
Thank god there is no such dumb concept as postback/callback/viewstate in PHP. You probably have a background in ASP.NET as Postback and OnItemSelect are common thing.

You probably looking for onChange event instead, onItemSelect is only ASP.
Code:
<select name="select1">



Jquery Autocomplete Plugin onItemSelect not firing - El Forum - 04-21-2011

[eluser]crimsun[/eluser]
can anybody know to solution for this