Introduce row highlighting

Source: Internet
Author: User

<!--introduction Row highlighting-
<script type= "Text/javascript" src= "__public__/admin/js/tron.js" ></script>

  1. Add a style to the TR for each record
  2.  

    <tr class= "Tron" ;
    <td align= "center" ><?php echo $v [' id ']; ></td>
    <td align= "center" class= "First-cell" ><span><?php echo $v [' Goods_ Name ']; ></span></td>
    <td align= "center" > "/></TD>
    <td align=" center "><?php Echo $v [' market_price '];? ></td>
    <TD align= "center" ><?php Echo $v [' shop_price '];? ></td>
    <td align= "center" ><?php Echo $ v[' Is_on_sale '; ></td>
    <td align= "center" ><?php Echo $v [' addtime '];? ></td>
    < TD align= "Center";
    <a href= "<?php echo U (' edit?id= '. $v [' id ']);?>" > Modify </a>
    <a onclick= " Return confirm (' Are you sure you want to delete it? "Href=" <?php Echo U (' delete?id= '. $v [' id ']);?> "> Delete </a>
    </td>
    </tr>

$ (". Tron"). MouseOver (function () {
Modify the background color of each TD inside this TP
$ (this). FIND ("TD"). CSS (' backgroundcolor ', ' #DEE7F5 ');
});
$ (". Tron"). Mouseout (function () {
Modify the background color of each TD inside this TP
$ (this). FIND ("TD"). CSS (' backgroundcolor ', ' #FFF ');
});

Introduce row highlighting

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.