Skip to content

Instantly share code, notes, and snippets.

@suryagaddipati
Created August 8, 2010 18:34
Show Gist options
  • Select an option

  • Save suryagaddipati/514392 to your computer and use it in GitHub Desktop.

Select an option

Save suryagaddipati/514392 to your computer and use it in GitHub Desktop.
var order = $('#myform').params2Object();
test(order.customerName ==='john');
test(order.orderItem.qty > 0 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment