Passing complex types to service calls using jQuery & JayRock 28 May 2009 NovoGeek (0) Scenario: Consider a web form having several fields, whose values are to be submitted to the server through an AJAX call. This can be easily achieved using jQuery’s $.ajax(), passing all the form elements (like first name, last name, city etc) as parameters to the AJAX call. ... [More]