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

  • Home
  • SEARCH
  • 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 6656013
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T01:35:29+00:00 2026-05-26T01:35:29+00:00

I am using the jQuery library so that is available. I need to know

  • 0

I am using the jQuery library so that is available. I need to know how to add a sliding effect to this page:

http://qasim.x10.mx/iqbal/

Notice when you click it, it fades in and out, but I would much rather love it to slide, I have a small idea on how they work but, in the way it is currently coded, but not sure the proper technique in implementing one. what could be the easiest way?

Many thanks.

  • 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-26T01:35:29+00:00Added an answer on May 26, 2026 at 1:35 am

    As I understand your site, you have this code that does the fading transition:

    $('nav ul li').not('#line').click(function(){
        selected = $(this).attr('id');
        $('nav ul li').css({'background': '', 'color': '#999'});
        $(this).css({'background': getColor(selected), 'color': '#FFF'});
    
        $('.content').fadeOut('fast', function(){
            $(this).html($('div#'+selected).html());
            $(this).fadeIn('fast');
        })
    
    })
    

    If you wanted it to slide, it’d probably be easier to use jQuery UI. If you want something like to slide and fade off to the left, then you could use the drop transition in jQuery UI to accomplish this:

    $('nav ul li').not('#line').click(function(){
        selected = $(this).attr('id');
        $('nav ul li').css({'background': '', 'color': '#999'});
        $(this).css({'background': getColor(selected), 'color': '#FFF'});
    
        $('.content').hide('drop', {direction: 'left'}, 'fast', function(){
            $(this).html($('div#'+selected).html());
            $(this).show('drop', {direction: 'right'}, 'fast');
        })
    
    })
    

    I obviously didn’t try running this exact code on your site, but it will definitely look something like that.

    You can find out more about the drop effect here:

    • http://docs.jquery.com/UI/Effects/Drop
    • http://jqueryui.com/demos/hide/ (click Drop on the dropdown menu)

    Hopefully this helps. 🙂

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm learning jQuery and am about to write some pages using intensively that library.
I'm alreadu using jquery library on site. What are pros and cons to use
If I'm alreadu using jquery library on site then should i use origional sifr
I'm using the jquery library to load the content of an html file. Something
I am using the jQuery library to implement drag and drop. How do I
I am attempting to prevent default anchor behavior in Safari using the jQuery library.
I am using the jQuery UI library out of the box, based on a
what's the difference between using a js library like jquery and using an ajax
I need to have an autocomplete functionality using jquery, and I've encountered ZendX_JQuery which
I have been using the fantastic jQuery library for quite some time and have

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.