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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T12:49:33+00:00 2026-05-27T12:49:33+00:00

Thank you in advance for any help with this problem. The Problem: Using Jquery

  • 0

Thank you in advance for any help with this problem.

The Problem:

Using Jquery I want to create a wave across these squares (below).

so squares will .fadein in this order.

0 (first square top left)

1, 8 (then the second square row 1 and the first square row 2 at the same time)

2, 9, 16 (and so on)

3, 10, 17, 24 (and so on)

4, 11, 18, 25, 32. (and so on)

I know I could manually delay each square and time the fadein but am looking for a more dynamic way to achieve this effect.

I’ll be very happy if I could be pointed in the right direction.

the grid

  • 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-27T12:49:33+00:00Added an answer on May 27, 2026 at 12:49 pm

    Here you go. Simple mathematic calculations with coefficient and jQuery delay function:

    $('.container div').fadeTo(0,0).each(function(index) {
        var dif = index % 8;
        var lambda = parseInt(index / 8);
        $(this).text(index);
        $(this).delay(40 * (dif + lambda)).css('visibility','visible').fadeTo(80,1)
    });
    

    Code: http://jsfiddle.net/KM7UJ/2/

    and slower version: http://jsfiddle.net/KM7UJ/3/

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using c# .net. Thanks in advance for any help. I have searched
Im using this .sortable function on my list. My problem is that I want
Greetings and thank you in advance for the help. I created a user control
Thanks in advance for your help experts. I want to be able to copy
I have this code where I am using jQuery to navigate to the next
[SOLVED: See solution below.] I'm having a problem writing a RewriteMap program (using Python).
I'm using jQuery and I have the following problem: In my site I have
Here is my problem. in c# i can do this using this: DateTime.Now.AddMonths(12); But
Hello all and thanks for any help in advance. I have a ruby on
In using Jquery's SlideToggle, I'm finding a problem with the handling of background images

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.