<script type=text/javascript> |
$(function(){ |
$( '#niutuku_com li' ).hover(function(){ |
$( this ).children( 'ul' ).stop( true , true ).show( 'slow' ); |
},function(){ |
$( this ).children( 'ul' ).stop( true , true ).hide( 'slow' ); |
}); |
|
$( '#niutuku_com li' ).hover(function(){ |
$( this ).children( 'div' ).stop( true , true ).show( 'slow' ); |
},function(){ |
$( this ).children( 'div' ).stop( true , true ).hide( 'slow' ); |
}); |
}); |
</script> |
by: 发表于:2017-10-19 09:40:18 顶(0) | 踩(0) 回复
??
回复评论