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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T11:25:38+00:00 2026-05-21T11:25:38+00:00

http://jsfiddle.net/MEKRM/ This is my fiddle I want to show / hide elements when i

  • 0

http://jsfiddle.net/MEKRM/ This is my fiddle

I want to show / hide elements when i click Next / Previous. However, IDs will be generated dynamically(mysql echo). Any ideas how i can proceed? Thanks

  • 1 1 Answer
  • 3 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-21T11:25:38+00:00Added an answer on May 21, 2026 at 11:25 am

    This is what you’re looking for : http://jsfiddle.net/MEKRM/5/

    I added a .block classes to the blocks in case you have any other use for the .hideme class

    $(document).ready(function() {
        $('.block:first').show();
        $('#next').click(function() {
            var $block = $('.block:visible:first'); //get the block that's visible
            if ($block.next().length) { //check if you have a next and move it there
                $block.hide().next().show();
            }
        });
        $('#previous').click(function() {
            var $block = $('.block:visible:first');
            if ($block.prev().length) {
                $block.hide().prev().show();
            }
        });
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

http://jsfiddle.net/smhz/vFSV2/2/ When i click on edit checkboxes appear but i want when i check
http://jsfiddle.net/mjmitche/gq6En/62/ this fiddle allows you to drag and drop little boxes into the white
http://jsfiddle.net/mjmitche/gq6En/78/ In this fiddle, if you drag the orange box into the white box,
http://jsfiddle.net/zUAQC/11/ In this sample, In javascipt box's sampleDiv,I add the next input checkbox .
http://jsfiddle.net/AndyMP/UpLts/1/ This is just an example for illustrative purposes, but what I want to
http://jsfiddle.net/cYmxB/ $('.change').click(function() { $('.link').each(function(e) { var color = this.className.match(/color-\w+/gi); alert(color); }); });​ I'd basically
http://jsfiddle.net/VTD9P/2/ $(button).click(function(){ $(body).append('<div class=vidminclose>X</div>'); }); $(.vidminclose).click(function(){ $(this).remove(); }); ​ ​why is it when i
http://jsfiddle.net/9aaNh/ Please check this Fiddle. I am having problem with spacing in between text
http://jsfiddle.net/kent93/AyEpR/ i want to hide() the loader gif , after the audio has loaded.
http://jsfiddle.net/nWqYL/2/embedded/result/ I've been working on fixing some issues with this prototype site. Myself and

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.