I currently have this?

var params = $('input,select,textarea').serialize();

Is there a simple way to serialize all inputs expect for radio buttons?

Reply via email to