Home > Web Front-end > JS Tutorial > body text

js processing table modification table_javascript skills

WBOY
Release: 2016-05-16 16:46:53
Original
1105 people have browsed it

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;
}