Welcome Guest, Not a member yet? Register   Sign In
Jquery Autocomplete Plugin onItemSelect not firing
#1

[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,
#2

[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">
#3

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




Theme © iAndrew 2016 - Forum software by © MyBB