当从DOM中移除元素时,jQuery-触发器事件
jQuery('#some-element').remove(); // remove some element from the page/* need to figure out how to independently detect the above happened */
jQuery('#some-element').onremoval( function() { // do post-mortem stuff here});
GCT1015
相关分类