File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html lang ="en ">
3+ < head >
4+ < title > Button Visual Test : Button input type checkbox</ title >
5+ < link rel ="stylesheet " href ="../visual.css " type ="text/css " />
6+ < link rel ="stylesheet " href ="../../../themes/base/jquery.ui.all.css " type ="text/css ">
7+ < script type ="text/javascript " src ="../../../jquery-1.4.2.js "> </ script >
8+ < script type ="text/javascript " src ="../../../ui/jquery.ui.core.js "> </ script >
9+ < script type ="text/javascript " src ="../../../ui/jquery.ui.widget.js "> </ script >
10+ < script type ="text/javascript " src ="../../../ui/jquery.ui.button.js "> </ script >
11+ < script type ="text/javascript ">
12+ $ ( function ( ) {
13+
14+ $ ( '#check' ) . button ( ) ;
15+
16+ } ) ;
17+ </ script >
18+ </ head >
19+ < body >
20+
21+ < input type ="checkbox " id ="check " /> < label for ="check "> Toggle</ label >
22+
23+ </ body >
24+ </ html >
Original file line number Diff line number Diff line change 44 < title > Button Visual Test : Button ticket #5254</ title >
55 < link rel ="stylesheet " href ="../visual.css " type ="text/css " />
66 < link rel ="stylesheet " href ="../../../themes/base/jquery.ui.all.css " type ="text/css ">
7- < style type ="text/css ">
8- # vt { background : # dff ;padding : 3px ; }
9- </ style >
107 < script type ="text/javascript " src ="../../../jquery-1.4.2.js "> </ script >
11- < script type ="text/javascript " src ="../../../external/jquery.metadata.js "> </ script >
128 < script type ="text/javascript " src ="../../../ui/jquery.ui.core.js "> </ script >
139 < script type ="text/javascript " src ="../../../ui/jquery.ui.widget.js "> </ script >
1410 < script type ="text/javascript " src ="../../../ui/jquery.ui.button.js "> </ script >
You can’t perform that action at this time.
0 commit comments