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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T13:35:02+00:00 2026-06-11T13:35:02+00:00

I have a bunch of floated divs and I have a function which checks

  • 0

I have a bunch of floated divs and I have a function which checks the position of each of these divs and if the div’s left position is 0 then it will add a class to it.

However, when the browser is resized the floated divs change, for example I start off with 4 in a row, then as I resize the browser smaller they go down to 3, then 2, etc.

I want to be able to loop my function so that it continuosly checks the left position of the div to see if it is 0…I can’t seem to get it to wrk at the moment, I have tried setInterval and the window resize function, here is my code:

$('.box').each(function(index, item){
   if($(this).position().left == 0){
      $(this).removeClass('right');
      $(this).addClass('left');
   } else {
      $(this).removeClass('left');
      $(this).addClass('right');
   }
});
  • 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-11T13:35:03+00:00Added an answer on June 11, 2026 at 1:35 pm

    jsBin demo (resize the window to see the changes)

    function checkPositions(){    
        $('.box').each(function(){
           var myPos = $(this).position().left == 0 ?
           $(this).removeClass('right').addClass('left') :           
           $(this).removeClass('left').addClass('right') ;
        });  
    }
    checkPositions(); // check on DOM ready
    
    
    $(window).resize(function(){  // and do it on window resize
        checkPositions();
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

week DKK id=radio2 value=75 /> I have bunch of these div entry generated by
I have a parent div, and it houses a bunch of child divs. One
I have a parent div called main. It has a bunch of child divs
For example I have bunch of functions like these: function a() { //do something
Suppose you have a container (div) and a bunch of nested inline-block or floated
I have bunch of strings, some of which are fairly long, like so: movie.titles
We have bunch of Domain Entities which should be rendered to an html format,
I have a bunch of strings that are dependent on static dictionaries and each
I've been trying to write an extend function so I can have bunch of
I have bunch of temporal data which I want to convert to RDF format.

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.