The ________ method acts on JQuery objects and translates the match DOM element into query string that can be passed along with AJAX request.
Options
- .serialize()
- .serializeAll()
- .synchronized()
- none of these
CORRECT ANSWER : .serialize()
Write your comments