Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- http://www.codeunit.co.za/2010/08/17/jquery-datatables-simple-row-highlight-example/
- CSS
- ----------------------------------------------
- #mytable ; id "mytable" html css
- #mytable th ; id "mytable" th (table header)
- background-color: #ECFFB3 !important; attribut"background-color" value"#ECFFB3" more-priority"!important"
- --------------- jquery ------------------------------
- $("#mytable tr").hover ; jquery id "mytable" tr (table row)
- $('.mytable').hover ; jquery class "mytable"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement