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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T23:21:15+00:00 2026-06-06T23:21:15+00:00

Could someone please tell me how to make an ajax hide/show toggle script also

  • 0

Could someone please tell me how to make an ajax hide/show toggle script also alternate between showing the contents of another element block. For example I have this iframe (that is hidden on the page):

<iframe class="slidingframe" id="thisframe" name="search" src="content.html"></iframe>

And the hide/show state of that iframe is controlled by this form button:

<form accept-charset="UTF-8" class="fsearch" action="./Affiliates/search_db/search.php" method="get" target="search">
<input type="submit" value="Search" class="send-button" />
<input type="hidden" name="search" value="1" />
<label for="sitesearch">
<input id="sitesearch" class="tfield" type="text" name="query" size="30" />
</label>
</form>

Now what I want is when I click the button it should show the iframe I specified while also hiding this one:

<div id="my_div">some content here</div>

And also once I click outside of the area of the first iframe or anything outside of it I would like for it to go back to being hidden and leaving only the second div I specified (myDiv) which is very important because all of the contents is loaded into this div. While the form button when clicked fires a site search and load the data in the 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-06-06T23:21:17+00:00Added an answer on June 6, 2026 at 11:21 pm

    You can do it like this

    Live Demo

    $(document).ready(function() {    
        $('.show_hide').click(function() {
            if ($('#div_one').is(':visible')) {
                $('#div_one').hide(2000);
                $('#div_two').show(2000);
            }
            else {
                $('#div_one').show(2000);
                $('#div_two').hide(2000);
            }    
        });
    });​
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Could someone please tell me how to make an image appear when the user
Could someone please tell me if there is someway to invoke the SQL Script
Could someone please tell me the differences between using a Form, Panel or a
Could someone please tell me how I can make the icon for my app
Could someone please tell me why this <%= destroy_password_url @user.password_reset_token %> generates http://localhost:3000/api/destroy_password.4G5EoRVYMUAtiIKqOerKsw routes.rb
could someone please tell me what I need to do in order to create
Could someone please tell me what the CodeURI value of a line break is?
Could someone please tell me what I am doing wrong here. I have compiled
Could someone please tell us on how to print correctly the handling thread in
Could someone please tell me how to use negation in the value of 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.