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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T19:47:37+00:00 2026-06-16T19:47:37+00:00

In my site i have a welcome animation (created with jquery) which runs when

  • 0

In my site i have a welcome animation (created with jquery) which runs when any one opens my website (http://www.mysite.com). Then the same user going to anther page in my site for example http://www.mysite.com/about then click back to home (http://www.mysite.com) the animation again shows up. How can i restrict this ?

Share some logic like putting a session or settimeout or something like that.

  • 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-16T19:47:38+00:00Added an answer on June 16, 2026 at 7:47 pm

    This is how you could do it using jquery cookie plugin:

    http://jsfiddle.net/lollero/2nYBV/ ( or http://jsfiddle.net/lollero/2nYBV/show/ )

    You might want to change the way cookie expires. That info can be found in the plugin page. The way I did it, it expires after every browser session.

    jQuery:

    You could just as easily reverse this to hide, if the cookie is set. 1. Set cookie 2. if statement to trigger hide, if cookie is set.

    // If "welcome" cookie is not set...
    if ( $.cookie('welcome') === null ) {
        // Show welcome text.
        $('#welcome').show();
        // Set the "welcome" cookie, so that the 
        // welcome text will not be shown after this.
        $.cookie('welcome', true );
    }
    ​
    

    CSS:

    #welcome { 
        display: none; 
    }​
    

    HTML:

    <div id="welcome">Welcome</div>​
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a WordPress site which have 4 pages with one page is a
Website test page: http://www.lantiis.com/indexold.html jsFiddle: http://jsfiddle.net/Guhb4/7/ I received help with the jQuery and it
I have the following string for example: Welcome to my <a href=http://example.com>site</a>. Feel free
I've created a new route for my site: $route['default_controller'] = welcome; $route['(:any)'] = welcome/index/$1;
I have a web site with URL http://myapp.herokuapp.com/welcome.php and I am redirecting a domain
I have a site, which has a jQuery based slider Awkward Showcase . In
We have a web site in the domain, let's name: http://website.com . It is
I have site which uses $(selector).load(path) function in more than 300 pages. Now my
I have a site that loads in a XML file which tells where to
I have a web-site based on PHP, to which I would like to add

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.