JavaScript uses the OnClick event to change the color of the selected row

Source: Internet
Author: User
Tags html page

JavaScript onclick event Changes the color of the selected row, the method is simple, we refer to use it

The display of a line in the table of an HTML page of course Div can also be set when the mouse is put up to change the color part of the code as follows: <script type= "Text/javascript" > var currentactiverow; Current active Line//change the color function changeactiverow (obj) {if (Currentactiverow) {currentActiveRow.style.background) of the selected row     Color = "";     } currentactiverow = obj; CurrentActiveRow.style.backgroundColor = "#F2F2F2"; </script> then set the Onmousehover or OnClick event on the TD to Onmouseover= "Changeactiverow (This)"

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.