Response title
This is preview!
I'm new in Jquery mobile and couldn't find how Executing slider data to my other javascript Ajax, when the slider set and button clicked I would like to excute the slider to JS ="sendscroll()" function
Here is my JQmobile code:
<div data-role="content">
Slider page...
<div data-role="sendSlider" >
<label for="slider">Send slider to my Ajax JS</label>
<input type="range" size="30" id="slider" value="2" min="2" max="200" />
<a href="#getAll" data-role="button" name='Pagescroll' onClick="sendscroll()" data-inline="true">Search</a>
</form>
</div>
</div><!-- /content -->
© 2013 jQuery Foundation
Sponsored by and others.