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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T06:57:39+00:00 2026-05-25T06:57:39+00:00

This was created by stackoverflow :) <table border=2 class=table> <tr> <td class=clicked>aaa </td> <td

  • 0

This was created by stackoverflow 🙂

<table border="2" class="table">
    <tr> <td class="clicked">aaa </td> <td class="clicked">bbb </td> </tr>
    <tr> <td class="clicked">ccc </td> <td class="clicked">ddd </td> </tr>
</table>

<table border="2" class="tablehide">
    <tr> <td> 111</td> </tr>
    <tr> <td> 222</td> </tr>
</table>


$(".clicked").live('blur', function() {
     $(".clicked").find('.tablehide').remove();
 });

$(".clicked").live('click', function() {
    $(".clicked").find('div:first').show();


    $(this).wrapInner('<div class="hide">');
    $(this).find('div:first').hide()
    $(this).prepend($('.tablehide'));
    $('.tablehide td').show();
    });

LIVE EXAMPLE: http://jsfiddle.net/5neff/7/

how can i modify this – i would like that if i click outside table then table return to previous state – aaa bbb ccc ddd

  • 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-25T06:57:40+00:00Added an answer on May 25, 2026 at 6:57 am

    Instead of live use delegate and attach a click handler on document to reset the state as show in the below code. In your code you were always wrapping the td content with <div class="hide"> even if its already wrapped. I have also taken care of that in my code.

    Working demo

    $(".table").delegate('.clicked', 'click', function(e) {
        $(".clicked").find('div:first').show();
        if($(this).find(".hide").length == 0){
            $(this).wrapInner('<div class="hide">');
        }
        $(this).find(".hide").hide();
        $(this).prepend($('.tablehide').show());
        $('.tablehide td').show();
        e.stopPropagation();
    });
    
    $(document).click(function(){
        $(".table").find("div.hide").show();
        $(document.body).append( $(".table").find(".tablehide").hide());
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Hopefully this still falls within StackOverflow's umbrella! I'm looking to create a quick boot
I created this program: #include <iostream> #include <fstream> using namespace std; int main ()
I created this layout of successive text input fields, 1- Enter data into empty
I have created this code, and when I run it, don't get any errors
I've created this basic 3D Demo using OpenGL/SDL. I handled the keyboard callback so
I've created this simple GUI: from tkinter import * root = Tk() def grabText(event):
I've created this regex (www|http://)[^ ]+ that match every http://... or www.... but I
I have created this report using BIRT and phpjavabridge <?php header(Content-type: application/pdf); header(Content-Disposition: inline;
I've created this code branch so that if the permalink settings do no match
The company where I work created this application which is core to our business

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.