我在附加一些这样的旋转器
$('#students-list td:nth-child(5)').live('ajax:before',function(){ $(this).append().spin(spinOpts); });
但是,在Ajax完成事件之后无法阻止它.如何调用stop()方法呢?
多谢你们 !
$('#students-list td:nth-child(5)').spin(false);
要么
$('#students-list td:nth-child(5)').data('spinner').stop();
停止它