JQuery HTML () example

Source: Internet
Author: User

JQuery HTML () is used to get the HTML contents of the first element of the matched elements; While HTML (' New HTML content ') are used to replace or set the HTML contents of all the matched elements.

For example, both DIV elements that contains same class name "AClass".

<div class= "AClass" >abc 1</div><div class= "AClass" >abc 2</div>

  

1. $ ('. AClass '). HTML ()

This'll get the "ABC 1" only, the second matched element "ABC 2″will is ignore.

2. $ ('. AClass '). HTML (' This is new text‘)

This would replace the HTML content of all the matched elements.

<div class= "AClass" ><b>this is new Text</b></div><div class= "AClass" ><b>This are New text</b></div>

  

JQuery HTML () example

  

JQuery HTML () example

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.