For Autocomplete version 1.1, look from line 367. The url and data
parameter for the AJAX call. That should give you a head start. Modify
the url based on the "options.url" and the "lastWord(term)".
That should probably give you a head start.

On Aug 28, 12:21 pm, Rogério Vicente <rogerio...@gmail.com> wrote:
> 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

Reply via email to