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

$("table tr").live({
   mouseenter:
   function()
   {
      
//todo
   },
   mouseleave:
   function()
   {
      
//todo
   }
});

posted on 2011-08-02 11:29  李楠_Ksana  阅读(267)  评论(1编辑  收藏  举报

导航