JQuery: Getting dynamically generated element example _ jquery

Source: Internet
Author: User
You can dynamically add data on the page, such as a table. You can click the button to dynamically Add rows. Next I will share with you how jQuery obtains the dynamically generated element Requirement Description: You can dynamically add data on the page, for example, you can click the table button to dynamically Add rows. Or page
During loading, table data is obtained from the background through ajax. In this case, how do we obtain a value?

If you want to obtain through an event such as click and mouseover, you can use the live () method.

The Code is as follows:


$ (". Button"). live ("click", function (){
Console.info ($ ("# mytd" ).html ());
})


If an event is not used, we need to obtain the value or perform other operations when loading the page.

The live () method does not work, because we cannot input an event.

For example, the following code:

The Code is as follows:







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.