摘要:
1 $(function(){ 2 var h_new=$('.new h4 a'); 3 var new_dl=$('.new dl'); 4 new_dl.first().show(); 5 h_new.mouseenter(function(index,val... 阅读全文
posted @ 2014-05-24 17:39 SmarTom 阅读(551) 评论(0) 推荐(0)
|
摘要:
1 $(function(){ 2 var h_new=$('.new h4 a'); 3 var new_dl=$('.new dl'); 4 new_dl.first().show(); 5 h_new.mouseenter(function(index,val... 阅读全文
posted @ 2014-05-24 17:39 SmarTom 阅读(551) 评论(0) 推荐(0)
摘要:
HTML: 无标题文档 Javascript:$(function(){ var Get_next_j=$('.box ul li'); var Set_css_item={'display':'list-item','posit... 阅读全文
posted @ 2014-05-24 17:36 SmarTom 阅读(223) 评论(0) 推荐(0) |
||