Home Web Front-end JS Tutorial js processing table modification table_javascript skills

js processing table modification table_javascript skills

May 16, 2016 pm 04:46 PM

js processing table

1. Row color interval display
css style: two selectors

Copy code The code is as follows:




2. Move the mouse to a certain line, Change the color to highlight, and restore the original color after moving it
Copy the code The code is as follows:

< ;style type="text/css">
.over{
background-color:##00ff00;
}