4
I have a form and I don’t want to "serialize" the input’s of the kind checkbox, soon tried some options such as below:
var form = $('#service-item-form :not(:input[type="checkbox"])').serialize();
But unfortunately it doesn’t work! I wonder what I can try to do to resolve this issue.
Related English: http://stackoverflow.com/questions/4556172/excluding-certain-inputs-on-serialize
– Wallace Maxters
@Wallacemaxters, unfortunately it didn’t work.
– João Manolo
Put the code of your form, because there is some error in your question. The answers have been tested and work correctly.
– Wallace Maxters