jquery adds the implementation code for the Click event to the body of the IFRAME _jquery

Source: Internet
Author: User
The HTML structure is as follows:
Copy Code code as follows:

<title> Add click event for Body </title>
<meta http-equiv= "Content-type" content= "Text/html;charset=utf-8" >
<script type= "Text/javascript" src= "Jquery-1.5.2.js" ></script>
<script>
function Show_body_click () {
Alert (' You are click the Body ');
}
JQuery (document). Ready (function () {
JQuery ("ifr_id"). Contents (). Find ("Body"). attr ("onclick", "Show_body_click ()");
Alert (JQuery ("#ifr_id"). Contents (). Find (' body '). attr ("onclick", ' xxxx () ');
var IFR = jQuery ("ifr_id")
});
JQuery (document, ' #ifr_id '). Ready (function () {
JQuery ("#ifr_id"). Contents (). Find ("Body"). attr ("onclick", "Parent.show_body_click ()");
JQuery ("#ifr_id"). Contents (). Find ("the Body"). Live ("Click", "Parent.show_body_click ()");//ff no effect
JQuery ("#ifr_id"). Contents (). Find ("Body"). Click (Parent.show_body_click ()); FF has no effect
});

</script>
<body id= "body_id" >
<span>
<iframe id= "ifr_id" src= "eval.html" height= "100px" width= "800px" ></iframe>
</span>
</body>

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.