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 7697139
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T21:56:29+00:00 2026-05-31T21:56:29+00:00

jQuery(.single_writing).each(function(){ jQuery(this).click(function(){ jQuery(#thisTickets).val(); jQuery(#my_iframe).contents().find(‘.ticket_id’).each(function(){ jQuery(this).click(function(){ if (jQuery(this).attr(checked)==true){ jQuery(#thisTickets).val(jQuery(#thisTickets).val()+jQuery(this).attr(id)+, ); } }); }); }) });

  • 0
    jQuery(".single_writing").each(function(){
                   jQuery(this).click(function(){
                        jQuery("#thisTickets").val("");
                        jQuery("#my_iframe").contents().find('.ticket_id').each(function(){
                           jQuery(this).click(function(){
                              if (jQuery(this).attr("checked")==true){ 
                                  jQuery("#thisTickets").val(jQuery("#thisTickets").val()+jQuery(this).attr("id")+", ");
                              }
                           });
                        });
                 })
    });

Any ideas?

What I want to achieve is find out which checkboxes are checked in my iframe and I want to know their id’s, when I submit the form from my document (form in the main document, not the form in iframe)

  • 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-05-31T21:56:31+00:00Added an answer on May 31, 2026 at 9:56 pm

    Since jQuery is asynchronous language, the commands aren’t executed sequentially.

    So, the problem in my code was, that it operated in the iframe, but with its previews value, before the clicking.

    So I had to separate this code.

    Now I have something like this and it works perfectly:

        $(".single_writing").each(function(){
                       $(this).click(function(){
                           ....
                     })
        });
        $("#my_iframe").mouseover(function(){
            $("#my_iframe"").contents().find('.ticket_id').each(function(){
                $(this).click(function(){
                    if ($(this).attr("checked",true)){ 
                        $("#thisTickets").val($("#thisTickets").val()+$(this).attr("name")+", ");
                    }
                });
            });
        });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

jQuery provides a browser neutral library for accessing and manipulating the DOM. This is
I'm diving into writing a mobile app with jQuery Mobile/PhoneGap. I'm using this sample
I'm running into an issue with a jquery ajax function not properly returning its
I use jQuery and for things like setting toggles, I find myself writing a
I understand so far that in Jquery, with html() function, we can convert HTML
I'm writing event handlers using jQuery, and had a question about the click and
So I'm trying to use a single jquery function that uses ajax to talk
I want to code a single js/jquery function for all forms submit events in
Is it appropriate to create jQuery plugins which are specific to a single page?
I'm trying to add multiple jQuery data entries to a single element. I suspected

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.