jquery / jquerymobile.com

jQuery Mobile web site content
http://jquerymobile.com
Other
54 stars 65 forks source link

Jquery mobile only range slider #169

Closed havanaDimi closed 3 years ago

havanaDimi commented 3 years ago

Hello I am trying to integrate custom jquery mobile only for range slider option for 1.4.5 version with jquery-1.11.1. The custom jquery mobile i build it from https://jquerymobile.com/download-builder/ when I choose only range slider option button (also added predefined choices) but when i replace

<script src="http://code.jquery.com/jquery-1.11.1.js"></script> 
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.css" /> 
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css" /> 

with the bellow

<script src="http://code.jquery.com/jquery-1.11.1.js"></script> 
<script src='jquery.mobile.custom.js'></script>
<script src='jquery.mobile.custom.min.js'></script>

doesn' respond and styled as a JQM range slider. (Css works for both cases that' s why I didn't mention it.