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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T12:06:54+00:00 2026-05-22T12:06:54+00:00

I know that this plugin definitely works – http://www.appelsiini.net/projects/viewport , I’ve already used it

  • 0

I know that this plugin definitely works – http://www.appelsiini.net/projects/viewport, I’ve already used it successfully on my project in progress thanks to this jQuery for Designers tutorial – http://jqueryfordesigners.com/scroll-linked-navigation/

You can see my problem here: http://www.jaygeorge.co.uk/gwennan-sage

I’d like to have a trigger for when the Contact div is in view, but this code is not working:

$(window).scroll(function () {
  if ($("#contact-header:in-viewport")) {
     $('nav').css('background-color','red');
  }
});

I’ve also tried something that isn’t even on the page e.g.

It’s firing off all the time, as though the #contact-header div is always in focus.
However you’ll see this plugin successfully works on the navigation, with different highlights depending on which part of the page you’re on.

Is there something obvious I’m doing wrong?

I’ve even tried

$(window).scroll(function () {
    if ($("h6:in-viewport")) {
      $('nav').css('background-color','red');
    }
});

…this is still highlighting the nav red, even though there are no h6s on the page!

Thanks very much,

Jay

  • 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-22T12:06:55+00:00Added an answer on May 22, 2026 at 12:06 pm

    Just a guess, but you have a href of #content-header, so try:

    $(window).scroll(function () {
    if ($("div#contact-header:in-viewport")) {
     $('nav').css('background-color','red');
    }
    });
    

    OK, fail there. Try:

    $(window).scroll(function () {
    $("div#contact-header:in-viewport").each(function() {
     $('nav').css('background-color','red');
    });
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I followed this tutorial on configuring the Rails plugin ExceptionNotifier. I know that I
I know that this has already been asked here but the answer (using a
I know that this is somewhat subjective, but I wonder if there is a
I know that this is a simple question for PHP guys but I don't
I know that this is subjective and all, but still, can you provide some
I know that this can be easily done by using if(i%5 == 0 OR
I know that this question is asked a lot, I checked all of the
I know that this feature will be deprecated in C++0x, but for me as
I know that this is jumping the gun slightly as it is early days
I know that this kind of issue is most discussed. But I would like

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.