File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change 2626 $( " #testpage" ). addClass ( " noshadow" );
2727 }
2828 } );
29- $( "#opt-iconshadow input" ).on( "change", function( event ) {
30- if ( $( " #off1" ). prop ( " checked" ) ) {
31- $( " #testpage" ). removeClass ( " ui-shadow-icon" );
32- } else if ( $( " #on1" ). prop ( " checked" ) ) {
33- $( " #testpage" ). addClass ( " ui-shadow-icon" );
34- }
35- } );
3629 $( "#opt-navbars input" ).on( "change", function( event ) {
3730 if ( $( " #show" ). prop ( " checked" ) ) {
3831 $( " #testpage .ui-navbar" ). show ();
10194 <input type = " radio" name = " shadow" id = " off" >
10295 </fieldset >
10396 </div >
104- <div class = " ui-field-contain" id = " opt-iconshadow" >
105- <fieldset data-role = " controlgroup" data-type = " horizontal" >
106- <legend >Icon shadow:<br ><small >On: add class ui-shadow-icon to the button or its container</small ></legend >
107- <label for = " on1" >On</label >
108- <input type = " radio" name = " iconshadow" id = " on1" >
109- <label for = " off1" >Off</label >
110- <input type = " radio" name = " iconshadow" id = " off1" checked >
111- </fieldset >
112- </div >
11397 </form >
11498
11599 <div id = " ui-body-test" class = " ui-body ui-body-a ui-corner-all" style = " margin-bottom:1em;" >
You can’t perform that action at this time.
0 commit comments