Quantcast
Channel: Recent Discussions — DataTables forums
Viewing all articles
Browse latest Browse all 82109

CSS style for mouse hover on rows.

$
0
0
I'm having a weird thing happening. I'm placing the following code:
[code]

$("#nhlplayers tbody tr").live("mouseover", function () {
$(this).children().addClass("highlighted");
});

$("#nhlplayers tbody tr").live("mouseout", function () {
$(this).children().removeClass("highlighted");
});


[/code}

Upon running the sample, when I hover the mouse over the rows, the bottom (the footer) starts dropping away for each row I pass the mouse pointer over. :-) Has anyone done this?

Viewing all articles
Browse latest Browse all 82109

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>