Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7731491
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T06:29:35+00:00 2026-06-01T06:29:35+00:00

I have a webpage where I have an Iframe. When someone clicks something in

  • 0

I have a webpage where I have an Iframe. When someone clicks something in the Iframe I want to detect it in the parent window.

I see there are similar threads in the forum but no one solved my issue.

Zolka

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T06:29:37+00:00Added an answer on June 1, 2026 at 6:29 am

    You need to use the jQuery .contents() method to retrieve the contents of the iFrame, and then search within that for your .click1 elements.

    See the following jQuery code (works in v1.7 up):

    $('#1_iframe').load(function() {
        $(this).contents().find('#myGrid').on('click', '.click1', function() {
            alert('Click detected!');
        });
    });
    

    EDIT: Wrapped it in a .load() event handler.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

On the webpage I have iframe, in which I display some content. I want
I have a webpage where there is a textarea within a iframe. I need
I have a webpage that uses an iFrame (see http://little-apps.org/lilregcleaner/history.html ) and (of course)
I have a webpage with an <iframe> pointing to another website. I don't want
I have an iframe embedded on my webpage and I'd like to edit certain
I have a script that dynamically loads iframes inside a webpage. You can see
I have a webpage with a form element and a popup window (opened by
I have a WebPage on which I have to detect and prevent usage of
I have a webpage with one iframe and a button. On Page Load event,
I have an IFrame on a webpage, and upon clicking on a hyperlink, I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.