File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77 < link type ="text/css " href ="../../themes/base/jquery.ui.all.css " rel ="stylesheet " />
88 < link type ="text/css " href ="../../themes/base/jquery.ui.selectmenu.css " rel ="stylesheet " />
9- < script type ="text/javascript " src ="../../jquery-1.4.2 .js "> </ script >
9+ < script type ="text/javascript " src ="../../jquery-1.4.4 .js "> </ script >
1010 < script type ="text/javascript " src ="../../ui/jquery.ui.core.js "> </ script >
1111 < script type ="text/javascript " src ="../../ui/jquery.ui.widget.js "> </ script >
1212 < script type ="text/javascript " src ="../../ui/jquery.ui.position.js "> </ script >
Original file line number Diff line number Diff line change 66
77 < link type ="text/css " href ="../../themes/base/jquery.ui.all.css " rel ="stylesheet " />
88 < link type ="text/css " href ="../../themes/base/jquery.ui.selectmenu.css " rel ="stylesheet " />
9- < script type ="text/javascript " src ="../../jquery-1.4.2 .js "> </ script >
9+ < script type ="text/javascript " src ="../../jquery-1.4.4 .js "> </ script >
1010 < script type ="text/javascript " src ="../../ui/jquery.ui.core.js "> </ script >
1111 < script type ="text/javascript " src ="../../ui/jquery.ui.widget.js "> </ script >
1212 < script type ="text/javascript " src ="../../ui/jquery.ui.position.js "> </ script >
Original file line number Diff line number Diff line change 66
77 < link type ="text/css " href ="../../themes/base/jquery.ui.all.css " rel ="stylesheet " />
88 < link type ="text/css " href ="../../themes/base/jquery.ui.selectmenu.css " rel ="stylesheet " />
9- < script type ="text/javascript " src ="../../jquery-1.4.2 .js "> </ script >
9+ < script type ="text/javascript " src ="../../jquery-1.4.4 .js "> </ script >
1010 < script type ="text/javascript " src ="../../ui/jquery.ui.core.js "> </ script >
1111 < script type ="text/javascript " src ="../../ui/jquery.ui.widget.js "> </ script >
1212 < script type ="text/javascript " src ="../../ui/jquery.ui.position.js "> </ script >
Original file line number Diff line number Diff line change 66
77 < link type ="text/css " href ="../../themes/base/jquery.ui.all.css " rel ="stylesheet " />
88 < link type ="text/css " href ="../../themes/base/jquery.ui.selectmenu.css " rel ="stylesheet " />
9- < script type ="text/javascript " src ="../../jquery-1.4.2 .js "> </ script >
9+ < script type ="text/javascript " src ="../../jquery-1.4.4 .js "> </ script >
1010 < script type ="text/javascript " src ="../../ui/jquery.ui.core.js "> </ script >
1111 < script type ="text/javascript " src ="../../ui/jquery.ui.widget.js "> </ script >
1212 < script type ="text/javascript " src ="../../ui/jquery.ui.position.js "> </ script >
Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ $.widget("ui.selectmenu", {
177177 $ ( this ) . removeClass ( 'ui-state-active' ) . addClass ( self . widgetBaseClass + '-item-focus ui-state-hover' ) ;
178178 } )
179179 . bind ( 'mouseout blur' , function ( ) {
180- if ( $ ( this ) . is ( self . _selectedOptionLi ( ) ) ) { $ ( this ) . addClass ( activeClass ) ; }
180+ if ( $ ( this ) . is ( self . _selectedOptionLi ( ) . selector ) ) { $ ( this ) . addClass ( activeClass ) ; }
181181 $ ( this ) . removeClass ( self . widgetBaseClass + '-item-focus ui-state-hover' ) ;
182182 } ) ;
183183
You can’t perform that action at this time.
0 commit comments