[jQuery] jquery.autocompleter custom target url
Hello,
I'm using the plugin jquery.autocompleter and I have a remote script
in a server that has some htaccess rules defined for URL's. So instead
of sending the params in the default way:
http://myserver.com/myscript.php?q=blabla&var=foo
I need to send them like this:
http://myserver.com/myscript.php/_q=blabla_var=foo
I've been looking in jquery.autocompleter source for a line where the
URL is built, but I haven't found it.
Can anyone give a hint on how to customize the source to make
jquery.autocompleter work for my script?
Thanks in advance,
Rogério