DWZ uses jquery to append the table, the original row has the corresponding CSS style, but the row appended with jquery has no style

Source: Internet
Author: User
Keywords Php dwz jquery
Title
DWZ How can I resolve the table row appended with jquery with the native table row style?


  
   
   
ID 报告编号 试验编号
1 W201600001 T201600001
1 W201600002 T201600002
添加行

Reply content:

Title
DWZ How can I resolve the table row appended with jquery with the native table row style?


  
   
   
ID 报告编号 试验编号
1 W201600001 T201600001
1 W201600002 T201600002
添加行

Although some of them are not quite clear, the code you added is not quite the same as it was before:

$(document).ready(function(){    $("#add").click(function(){        $str='';        $str+="";        $str+="000";        $str+="002";        $str+="003";           $str+="";        $("#wtlb").append($str);    });});

relThe part that seems to have self-increasing demand, self-increase you make it

  • Related Article

    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.