File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed
Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html lang ="en ">
3+ < head >
4+ < meta charset ="UTF-8 " />
5+ < title > Slider Visual Test : Slider ticket #5602</ title >
6+ < link rel ="stylesheet " href ="../visual.css " type ="text/css " />
7+ < link rel ="stylesheet " href ="../../../themes/base/jquery.ui.all.css " type ="text/css ">
8+ < script type ="text/javascript " src ="../../../jquery-1.4.2.js "> </ script >
9+ < script type ="text/javascript " src ="../../../ui/jquery.ui.core.js "> </ script >
10+ < script type ="text/javascript " src ="../../../ui/jquery.ui.widget.js "> </ script >
11+ < script type ="text/javascript " src ="../../../ui/jquery.ui.mouse.js "> </ script >
12+ < script type ="text/javascript " src ="../../../ui/jquery.ui.slider.js "> </ script >
13+ < script type ="text/javascript ">
14+ $ ( function ( ) {
15+ $ ( "#slider" ) . slider ( ) ;
16+ } ) ;
17+ </ script >
18+ </ head >
19+ < body >
20+
21+ < h1 class ="ui-widget-header "> < a href ="http://dev.jqueryui.com/ticket/5602 "> #5602 - Slider Does Not Exhibit Proper Behavior When Switching Range</ a > </ h1 >
22+
23+ < div id ="slider "> </ div >
24+
25+ < p > Set range option to:</ p >
26+
27+ < ul >
28+ < li > < a href ="javascript:$('#slider').slider('option','range',false) "> False</ a > </ li >
29+ < li > < a href ="javascript:$('#slider').slider('option','range','min') "> "Min"</ a > </ li >
30+ < li > < a href ="javascript:$('#slider').slider('option','range','max') "> "Max"</ a > </ li >
31+ < li > < a href ="javascript:$('#slider').slider('option','range',true) "> True</ a > </ li >
32+ </ ul >
33+
34+ </ body >
35+ </ html >
You can’t perform that action at this time.
0 commit comments