around 348 (i'm looking at version 1.0.2) is this snippet data: $.extend({ q: lastWord(term), limit: options.max }, extraParams),
changing q right there should work (i just lightly tested doing so and it worked fine) On Mar 10, 10:21 am, Bogdan Craciun <craciunb1...@gmail.com> wrote: > Hello > This is a great script, there's no doubt about that. > However, I need to use this script with Drupal, and Drupal already > uses a "$_GET[q]" parameter, and the autocomplete script seems to > interfere with that. > I've heard that I can change the "q=" parameter somewhere in the > "jquery.autocomplete.js" file, but I don't know where. > I'm using version 1.0.2 of the autocomplete jQuery plugin. > Can someone tell me what and where do I have to make changes so that I > can put "query=" instead of "q=" ? > Thanks in advance