File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11dist
22build /dist
33docs
4+ downloads
45* ~
56* .diff
67* .patch
Original file line number Diff line number Diff line change 735735 }
736736
737737 refreshActionState ( wizard ) ;
738+ loadAsyncContent ( wizard ) ;
738739 }
739740 }
740741
809810 switch ( getValidEnumValue ( $ . fn . steps . contentMode , state . currentStep . contentMode ) )
810811 {
811812 case $ . fn . steps . contentMode . iframe :
812- $ ( ".content > .body" , wizard ) . eq ( state . currentIndex )
813+ $ ( ".content > .body" , wizard ) . eq ( state . currentIndex ) . empty ( )
813814 . html ( $ ( "<iframe src=\"" + state . currentStep . contentUrl + "\" />" ) )
814815 . data ( "loaded" , "1" ) ;
815816 break ;
Original file line number Diff line number Diff line change 11{
22 "name" : " jQuery-steps" ,
33 "title" : " jQuery Wizard Plugin" ,
4- "version" : " 0.9.2 " ,
4+ "version" : " 0.9.3 " ,
55 "description" : " A powerful jQuery wizard plugin that supports accessibility and HTML5" ,
66 "homepage" : " https://github.com/rstaib/jquery-steps" ,
77 "author" : {
Original file line number Diff line number Diff line change 1212 " accessibility" ,
1313 " validation"
1414 ],
15- "version" : " 0.9.2 " ,
15+ "version" : " 0.9.3 " ,
1616 "author" : {
1717 "name" : " Rafael J. Staib" ,
1818 "email" : " rstaib@derklang.com" ,
You can’t perform that action at this time.
0 commit comments