读书人

jQuery札记$(quot;2quot;)jQuery事件和动画

发布时间: 2012-11-03 10:57:44 作者: rapoo

jQuery笔记$("2")——jQuery事件和动画
2.1事件编写

$(function(){    $("#panel h5.head").toggle(function(){        $(this).next("div.content").slideUp();    },function(){        $(this).next("div.content").slideDown();    })})

读书人网 >Web前端

热点推荐