刚刚用jQuery使用了cool spin.js(http://fgnass.github.com/spin.js/).
我在附加一些这样的旋转器
$('#students-list td:nth-child(5)').live('ajax:before',function(){ $(this).append().spin(spinOpts); });
但是,在Ajax完成事件之后无法阻止它.
如何调用stop()方法呢?
多谢你们 !
@H_502_11@