Hi,
Using the jQuery Validation plugin and AJAX, how can I validate the contents of say an input (textbox) but pass more than one parameter to a controller action?
A brilliant example of passing a single value via AJAX using the plugin can be found here.