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 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 have a form that uses this plugin: http://bassistance.de/jquery-plugins/jquery-plugin-validation/ Works great - but I
I know that this question had already been asked a couple of times before,
I know that this has already been asked here but the answer (using a
All, I know that there is this question already out there: jquery file upload
I know that this sort of question has been asked here before, but still
I know that this line of code will make the cell text-wrap: $objPHPExcel->getActiveSheet()->getStyle('D1')->getAlignment()->setWrapText(true); 'D1'
I know that this question must have been asked and answered a million times,
I know that this is a newbie question but I am a newbie so
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

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.