File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 735
735
}
736
736
737
737
refreshActionState ( wizard ) ;
738
+ loadAsyncContent ( wizard ) ;
738
739
}
739
740
}
740
741
809
810
switch ( getValidEnumValue ( $ . fn . steps . contentMode , state . currentStep . contentMode ) )
810
811
{
811
812
case $ . fn . steps . contentMode . iframe :
812
- $ ( ".content > .body" , wizard ) . eq ( state . currentIndex )
813
+ $ ( ".content > .body" , wizard ) . eq ( state . currentIndex ) . empty ( )
813
814
. html ( $ ( "<iframe src=\"" + state . currentStep . contentUrl + "\" />" ) )
814
815
. data ( "loaded" , "1" ) ;
815
816
break ;
Original file line number Diff line number Diff line change 14
14
< link rel ="stylesheet " href ="stylesheets/jquery.steps.css ">
15
15
16
16
< script src ="javascripts/jquery-1.9.1.min.js "> </ script >
17
- < script src ="javascripts/jquery.steps.min.js "> </ script >
17
+ <!--script src="javascripts/jquery.steps.min.js"></script-->
18
+ < script src ="downloads/jquery.steps.js "> </ script >
18
19
<!--[if lt IE 9]>
19
20
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
20
21
<![endif]-->
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ <h3>Overview</h3>
36
36
< ul >
37
37
< li > < a href ="basic.html "> Basic Example</ a > </ li >
38
38
< li > Async Example</ li >
39
- < li > Embedded Iframe Example</ li >
39
+ < li > < a href =" iframe.html " > Embedded Iframe Example</ a > </ li >
40
40
< li > Basic Form Example</ li >
41
41
< li > Advanced Form Example</ li >
42
42
< li > < a href ="add-remove.html "> Dynamic Manipulation Example</ a > </ li >
Original file line number Diff line number Diff line change 121
121
.wizard > .content > .body > iframe
122
122
{
123
123
border : 0 none;
124
- width : 100 % ;
125
- height : 200 px ;
124
+ width : 580 px ;
125
+ height : 280 px ;
126
126
}
127
127
128
128
.wizard > .actions
You can’t perform that action at this time.
0 commit comments