Why is my jQuery Bootstrap form not submitting clean JSON to the REST service?-Twitter bootstrap
I have a web page built with Bootstrap and jQuery. A modal dialog box displays a simple form. On button click, it posts the form contents as JSON to my REST web service. Here's the modal dialog ... <!-- Modal…