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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T16:51:23+00:00 2026-05-23T16:51:23+00:00

Hello just wondering if anyone knows what this would be in jQuery. function remix(random_num){

  • 0

Hello just wondering if anyone knows what this would be in jQuery.

function remix(random_num){
    var limit = images.length;
    var random_num1 = Math.floor(limit * Math.random());
    var random_num2 = Math.floor(limit * Math.random());
    var random_num3 = Math.floor(limit * Math.random());
    document.getElementById("layer1").src = images[random_num1];
    document.getElementById("layer2").src = images[random_num2];
    document.getElementById("layer3").src = images[random_num3];
}
  • 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-23T16:51:24+00:00Added an answer on May 23, 2026 at 4:51 pm

    Maybe something like this would be better

    function remix(random_num){
      var limit = images.length;
      for(var i = 0; i< 3;i++){
       var random = Math.floor(limit * Math.random());
       $("#layer"+i).attr("src", images[random])
      }
    

    }

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

Sidebar

Related Questions

Just wondering if anyone could help me with this. I'm new to actionscript, and
just wondering for example, if I had the string: Hello#World#Test How would I remove
Hello fellow Computer People! I could do this myself, but was just wondering if
Hello I've just implemented a search option on my application use this on the
This is a follow up to a question I just posted. I'm wondering how
Hello just wondering why firbug is stating NaN even when these inputs have information
I was just wondering about the content of question 'Hello, World!' in C without
Hello This is a general question.I want to create a simple report just some
Not a vital question, just wondering if there is any onliner to do this.
I was doing some stuff with jQuery parseJSON function. This is the code, which

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.