aggregate form elements into object ?

Posted by Mahmoud on Stack Overflow See other posts from Stack Overflow or by Mahmoud
Published on 2010-06-05T22:45:40Z Indexed on 2010/06/05 22:52 UTC
Read the original article Hit count: 170

hey all

i am trying to aggregate form elements into object and then send it via ajax here is the code that i start using but i cant figure out how to do the rest

$('.jcart').live('submit', function() {

});

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about AJAX