How do I get these jQM 1.4 values out of a form with jQuery?
问题 I've got some settings I want to take out of a jQuery mobile 1.4 form to store in localStorage as the user settings for an app. This is the form. <form style="margin:0;padding:0;width:"> <b>Age</b><br> <input type="range" data-mini="true" data-highlight="true" name="ageview" id="ageview" min="0" max="99" value="30" > <p> <b>Gender</b><br> <input type="checkbox" data-role="flipswitch" name="genderview" id="genderview" checked="" data-on-text="f" data-off-text="m" data-wrapper-class="custom