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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T10:31:29+00:00 2026-05-29T10:31:29+00:00

I have my site under the latest version of Jquery. There’s two problems however:

  • 0

I have my site under the latest version of Jquery. There’s two problems however:

  1. The main problem is when the site FIRST loads it has the content slider I put in. But if you click any of the links again or go back to the home page, the slider does not load properly
  2. When the links are clicked the green bottom border is supposed to thicken to 5px and become less transparent but it is not doing that.

Here is just a link to my site which i just started: envycosmetics.zxq.net/Website/webpages/index.html

  • 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-29T10:31:30+00:00Added an answer on May 29, 2026 at 10:31 am

    Ok, I will summarize everything.

    One problem to solve is to write $("nav a[href='"+newHash+"']").addClass("current"); in your dynamicpage.js file. Otherwise it creates an error in jQuery library.

    The problem with the slider is due to the fact that $('#banner').bjqs is called only once, during the initial load of the page. When you change it content with AJAX requests you remove the original HTML block for the slider with all listeners attached to it. When you load it back you have to reinitialize your slider code by calling that piece of code again

       $('#banner').bjqs({
          'animation' : 'slide',
          'width' : 940,
          'height' : 403
        });
    

    as a new content of the page is loaded.

    for example, you could modify your loading part as

      $mainContent.hide().load(newHash + " #guts", function() {
          $('#banner').bjqs({
              'animation' : 'slide',
              'width' : 940,
              'height' : 403
           });          
          $pageWrap.animate({
                    height: baseHeight + $mainContent.height() + "px"
           });
          // below is the rest of the function
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have two folders for a particular web site. There is the main www.mysite.com
Hi I'm having some tab url problems. On my main site under the main
So I have two sitepackage folders: Under: /Library/Python/2.6/site-packages Under: /Library/Python/2.6/site-packages /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages Every time I
I have a Django site placed in folder site/ . It's under version control.
I'm running MOSS 2007 and have created a new site under an existing one
I have a following setup: App - Magnolia site running under Tomcat 6.0.16 ISAPI
In my portfolio site I have listed my projects under separate tabs (tab menu).
I have to call some code in a SharePoint site that runs under the
I have Selenium running under Cruise Control to test our site once a day.
I have many static images under a directory in my site structure, and I'm

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.