2012年5月22日 星期二

jQuery HTML Table 操作篇

Table 奇偶數列變色 + 滑鼠移出移入效果

版本一

  • 基、偶數列 :odd :even
  • 動態增加 CSS .addClass()
  • 動態刪除 CSS.removeClass()
  • 按鈕事件綁定 .on()
  • 滑鼠進入元件 .mouseenter()
  • 滑鼠離開元件 .mouseout()
優點:支援動態增加資料。(注意:CSS 優先順序)
附註:以上關鍵字可參考 JQuery API:http://api.jquery.com/

版本二

  • 滑鼠移出移入 .hover()

沒有留言:

張貼留言