[jQuery] Re: Form got submitted when I hit enter on select the value in autocomplete box

2009-08-29 Thread pankaj sharma
Any help on this? On Mon, Aug 24, 2009 at 11:14 PM, pankaj sharmapankaj1...@gmail.com wrote: Hi  All, In my application,there are several autocomplte field is available. When I type pank and then it list out the several matching in the autocomplete field and select one and then hit the

[jQuery] Re: setData and extraParams problem

2009-08-28 Thread pankaj sharma
Hi Joern, I found one thing while debugging. If I changed this code var fieldname = this.id; To var fieldname = this.id.replace(/([{}])/g, '\\$1'); Above fieldname values may come in this format: xyz or abc{1} or mnp{2} Then the previous working application (old jquery) is also got break. So

[jQuery] Re: setData and extraParams problem

2009-08-25 Thread pankaj sharma
Thanks Jorn for your response. I have recently working on this. I could not found the exact version from the file jquery.autocomplete.js . At the top of the .js its as follows. What is the way to get the version? /* * jQuery UI Autocomplete @VERSION * * Copyright (c) 2007, 2008 Dylan Verheul,

[jQuery] Form got submitted when I hit enter on select the value in autocomplete box

2009-08-24 Thread pankaj sharma
Hi All, In my application,there are several autocomplte field is available. When I type pank and then it list out the several matching in the autocomplete field and select one and then hit the enter then it submitted the entire form, which will cause the error message. Because there are several

[jQuery] Re: JQuery autocomplete got broke after i update it.

2009-08-06 Thread pankaj sharma
Hi All, Can someone please help me to fix this issue? i am not sure if I am posting in the right alias? Thanks, Pankaj On Wed, Aug 5, 2009 at 9:02 PM, pankaj pankaj1...@gmail.com wrote: Hi All, After I update JQuery autocomplete plugin (jQuery UI Autocomplete @VERSION), I found one issue.