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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T20:08:01+00:00 2026-06-13T20:08:01+00:00

Here is how I did it //wrap a div arround the table $(this).wrap(‘<div class=table_space><div

  • 0

Here is how I did it

//wrap a div arround the table
$(this).wrap('<div class="table_space"><div class="table_wrapper_div">
</div></div>').parent().before('<button class="my_button" >
EXPANDIR</button>').after('<button class="my_button">EXPANDIR</button>');

this = a very big table

$('.my_button').toggle(
        function(){ 
            ... blablabla ...
    },
    function(){ 
        ... blabllaba ...
    }
);

But the toggle event is never triggered… now if I add the button directly in the html page then the toggle event is in this case triggered.
Any help will be great, I’ve looked for other questions but didn’t find any clue.
Thanks a lot

EDIT: NB – the wrapping gives exactly what I need and puts the buttons between table_space and table_wrapper_div

  • 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-13T20:08:02+00:00Added an answer on June 13, 2026 at 8:08 pm

    You need to delegate in such cases where the elements are dynamically added to your HTML …

    Internally the event is associated using a click event..

    Try this approach

    $('body').on('click', '.my_button', function() {
        $('.my_button').toggle(
              function(){ 
                  ... blablabla ...
              },
              function(){ 
                  ... blabllaba ...
              }
        );
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

My apologies if this has been answered before or is obvious...did some searching here
I can't wrap my head around how to accomplish rendering this public class Shape{}
Here's what I did: Right-clicked on an item in the 'Objects and Timeline' panel.
Here is what I did: In Xcode 4.3.1 File -> New -> Project ->
Did some searches here & on the 'net and haven't found a good answer
I did a little bit of Web Programming here and there but I never
Please refer my previous post here . I did changes accordingly but getting error.
I saw a similar question being posted here, yet it did not help me
I am having a problem with a combo box here. What I did is
I'm a Git user trying to use Mercurial. Here's what happened: I did a

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.