jQuery 的 live() 方法对 hover 事件的处理

$("table tr").live({
   mouseenter:
   function()
   {
      
//todo
   },
   mouseleave:
   function()
   {
      
//todo
   }
});
天空一片蔚蓝,我却原地徘徊.
原文地址:https://www.cnblogs.com/abner/p/2124833.html