jquery控制页面的展开和隐藏实现方法(推荐)
【jquery代码】 [removed] require(["jquery","validate","bootstrap","lhgcalendar"],function($) { $(function(){ $("form").validate(); }); $(".up").click(function(){ $(this).parent().parent().parent().parent().next().slideToggle("slow"); });
下载地址
用户评论