当我点击一个jquery ui按钮,它仍然触发点击事件回调。如何阻止该事件?我必须手动跟踪状态或jquery ui为我照顾吗?
解决方法
尝试这个。
$('#button_id').button("disable"); $('#button_id').button("enable");
$('#button_id').button("disable"); $('#button_id').button("enable");