How can I pass additional data to server with remote request in jquery validate. I tried doing something like this, and it\'s not resulting as expected.
personal
Have you tried with a function and return?
data: { 'userID': function(){ return $('#id').val(); } }