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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T03:47:01+00:00 2026-05-27T03:47:01+00:00

I am using the following jQuery in my header.php file, which is remotely included

  • 0

I am using the following jQuery in my header.php file, which is remotely included in every page of my site:

function detectScrollbar()
{
if (navigator.appName == "Microsoft Internet Explorer")
{
window.name=document.body.scrollTop;
}
else
{
window.name=window.pageYOffset;
}
}
function doScroll()
{
if (window.name) window.scrollTo(0, window.name);
}

This code maintains the scroll position on page refresh. I would like to know how to turn it off on particular pages. If anyone can shed some light on this I would be very grateful. Many thanks in advance.

  • 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-27T03:47:01+00:00Added an answer on May 27, 2026 at 3:47 am

    This may work.

    Create something with a unique id that you don’t plan on using elsewhere on your site, so maybe the page name.

    <body id=”myPageName”>
    

    Then add the following to your jquery

    if ($('#myPageName').length > 0){
    //everything you want to run inside here.   
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Using the following JQuery/AJAX function I'm calling a partial view when an option is
I am using the following jquery code: $(#top ul li.corner).mouseover(function(){ $(span.left-corner).addClass(left-corner-hover); $(span.right-corner).addClass(right-corner-hover); $(span.content).addClass(content-hover); }).mouseout(function(){
How to get previous page URL using jQuery? I am using the following code
I'm trying to create an accordion type menu using the following JQUERY: function initMenu()
I'm using the following code to load in content: <script type=text/javascript> jQuery.noConflict(); jQuery(document).ready(function(){ jQuery('.content-div').load(all-events.html);
I'm using a jQuery floating header. The following classes are from my stylesheet: .sorting_asc
I have the following page layout using the 960 grid systm ---------------- header -----------------
I am using the following code to extend the JQuery-UI demos included with the
Using jQuery to make an AJAX call to a PHP file results in the
I'm currently using the following jQuery plugin: jQuery OEmbed. This plugin works great in

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.