[jQuery] Multiple autocomplete
Now, I want to use 2 autocompletes in the same form. What I am doing
is i am passing the input textfield filled using autocomplete as an
extra parameter while passing the auto compete for the second form.
However, I only pass a blank(the default value of parameter1 when it
was loaded initially not the one after autocomplete was used to fill
it.) while passing this parameter.
Any thing that I am doing wrong.
Thanx