最佳答案
我想举办一个活动,直到我准备好开始为止
$('.button').live('click', function(e){
e.preventDefault();
// do lots of stuff
e.run() //this proceeds with the normal event
}
是否有与上面描述的 run()
函数等效的函数?