我需要知道如何在完成动画时停止点击功能
这是我的代码
@H_301_4@$(function () { $('legend').click(function () { $(this).parent().find('.content').slideToggle("slow"); }); });这是我的代码
@H_301_4@$(function () { $('legend').click(function () { $(this).parent().find('.content').slideToggle("slow"); }); });