[jQuery] Validate remote: passing multiple variables?

[jQuery] Validate remote: passing multiple variables?


Does anyone know of a way to pass multiple form fields into one remote
call in the validate script in Jquery?
Any help appreciated.
rules: {
Field1: {
required: true,
remote: "/path/to/script.php"
}...