[jquery document Processing replacewith (CONTENT|FN) replaceall (content)] This method is used to replace all matching elements with the specified HTML or DOM elements

Source: Internet
Author: User

This method is used to replace all matching elements with the specified HTML or DOM elements

Content (String, Element, JQuery, Function)

The content that is used to replace the matching element. If a function is passed in here, the function return value must be an HTML string.

Fn

Returns the THML string that is used to replace the content.

Instance:

;} Html{font:15px/1.2em ' Courier New '; color: #666; width:750px;margin:25px auto;} ul{list-Style:none;}    . Hover{color: #FF96EC;} . Wrapall{color: #FF96EC;}</style><script type= ' Text/javascript ' >    $(function(){      //$ ('. List '). ReplaceWith (Document.createelement ("div"));$ ('. List '). ReplaceWith ($ ('. Wrap '));//This substitution method belongs to the move substitution, which is not part of copy substitution
$ ('. Wrap '). ReplaceAll ($ ('. List '));
});</script> Thisis unwrap test</p> </div> </div> <p class= ' list ' > Thisis unwrap test</p> </div></body>

[jquery document Processing replacewith (CONTENT|FN) replaceall (content)] This method is used to replace all matching elements with the specified HTML or DOM elements

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.