I am trying to submit a form without page refresh or a submit button. But i have only achieved to have the JS function submit the input box value. Is it possible to submit t
I think jQuery.serialize() could solve your problem quite nicely.