摘要:
效果:/** * @author Administrator */$(document).ready(function(){ init(); });function init(){ $("#firstDd").slideDown(); everyDd(".topTitle");}function everyDd(obj){ $(obj).each(function(){ var theSpan = $(this); theSpan.bind("click",function(){ showHide(... 阅读全文
posted @ 2012-12-21 10:41
前端露
阅读(412)
评论(0)
推荐(0)
浙公网安备 33010602011771号