I should have searched a little bit more, sorry.
Answer is in that post :

http://groups.google.com/group/jquery-en/browse_thread/thread/f5668aa46f07014a/cd60970334579d93?lnk=gst&q=autocomplete#cd60970334579d93

On Oct 13, 5:31 pm, graphicsxp <graphic...@googlemail.com> wrote:
> Hi,
>
> I'm using the autocomplete plugin like that in the ready() event :
>
>   $("#ctl00_body_txtSearch").autocomplete("Autocomplete_GetArts.ashx")
>     .setOptions({
>       width: "220px"
>     });
>
> However I need to be able to change the URL (to add a bunch of query
> parameters) based on the values of some radio buttons and select
> boxes, which should be passed to the server page.
>
> How can I modify the URL before the AJAX call is made ? Is there an
> event I can use ?
>
> Thanks

Reply via email to