.org/1999/xhtml">
< title>jquery odd and even color change
< ;script>
$(document).ready(function() {
$('tr').addClass('odd');
$('tr:even').addClass('even '); //Odd and even color change, add style
});
head>
As You Like It |
|
All's Well that Ends Well | 🎜>
Hamlet |
Tragedy |
< ;tr>
Macbeth |
Tragedy |
Romeo and Juliet |
Tragedy |
🎜>History |
Henry V | ;
The following is a js version, required Friends can refer to it.