I've got some REALLY simple fields, like a checkbox for yes/no's and some text inputs for width/height etc.
I'd like to have users check a box for a feature and define their sizes, so if they check <input type="checkbox" id="header" name="header" value="true" /> then I want to add &show_header=true to the query string.
I've got a very basic fiddle set up, but I can't seem to get it to work properly. Like, if you check the box, then fill in the value, but uncheck the box, it starts to repeat things and I end up with &show_header=true&show_header=true&show_header=true&show_header=true&show_header=true
show_headerand useserialize()... api.jquery.com/serialize