Get iframe code in Jquery

Source: Internet
Author: User

In the parent window, operate iframe: window. frames ["iframeChild" ].doc ument // If the iframe id is iframeChild

Operate the parent window in the Child Window: zookeeper parent.doc ument

So, if you want to use jquery, how can we use jquery to obtain iframe? The following is a collection method.

The object to obtain the page is actually added with the jquery selector outside the dom method:

In the parent window, operate iframe: $ (window. frames ["iframeChild" ].doc ument) // If the iframe id is iframeChild

Operate the parent window in the Child Window: parent (window.parent.doc ument)

Next we can continue to get the dom in iframe.

There are two methods to obtain the dom object in iframe:

1 $ (window. frames ["iframeChild" 2.16.doc ument). find ("# child ")

2 $ ("# child", window. frames ["iframeChild" mongo.doc ument)

1. In the parent window, select all radio buttons in IFRAME.
$ (Window. frames ["iframeChild" cmd.doc ument). find ("input [@ type = 'Radio ']"). attr ("checked", "true ");
2. in IFRAME, select all radio buttons in the parent window
Vertex (w.w.parent.doc ument). find ("input [@ type = 'Radio ']"). attr ("checked", "true ");

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.