[jQuery] Form plugin parameter passing
Is it possible to pass additional parameters to the AJAX call? On my
page I have a get value (e.g. mode=1) which I'd like to pass to the
called server function. Or do I have to store the value in a hidden
input field so it's passed with the other fields?
O. Wyss