[jQuery] Re: Jquery Autocomplete Problem

2009-05-22 Thread the_guru
@wesleycjx I guess the event is called on keypress event. i have a similar sort of problem like deafGuru my script is- $(.stock_item).live(keypress,function(){ console.log($(this)); $(this)

[jQuery] Re: Jquery Autocomplete Problem

2009-03-25 Thread wesley...@gmail.com
Hi, i have a question, how to manually fire the autocomplete event? input type=text id=acTxt / span class=pTxtaa/span, span class=pTxtbb/span, span class=pTxtcc/span, span class=pTxtdd/span ... $(document).ready(function(){ $(#acTxt).autocomplete(theUrl, { minChars: 2,

[jQuery] Re: Jquery Autocomplete Problem

2009-03-15 Thread brian
Don't pass true to clone() as you're copying the event handlers. I suspect that's the problem. On Sun, Mar 15, 2009 at 8:26 PM, deafGuru b...@deafcensus.org wrote: Hi, I have a bug with JQuery Autocomplete plugin. I don't know whether it's a bug or feature by design. The bug is easy to