SyntaxFix
Write A Post
Hire A Developer
Questions
You can use serialize() like this:
serialize()
$.ajax({ cache: false, url: 'test.php', data: $('form').serialize(), datatype: 'json', success: function(data) { } });