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