1
vote
3answers
40 views

Javascript slideshow with random first pic?

I'm trying to setup this slideshow script so that the first pic that shows is random (I need the first pic to be a different/random slide everytime we go to the site), the remaining pics can be ...
0
votes
1answer
62 views

Generating random result from array

I am trying to generate a random result from array using JavaScript. My goal is, when the user clicks the button, I want to grab a random result from array named 'favorites'. It only works once the ...
2
votes
2answers
42 views

jQuery random blockquote

I've spent the past 2 hours looking for and testing various solutions to this problem but to little success so I'm resigned to asking for help. I would like to build an array of quotes which each ...
0
votes
1answer
29 views

Adding an input match-randomizer with JS / jQuery? V.2

I am trying to make a basic randomizer that can match things. Sort of like a date(Romance) picker, but different situation. I want the product to look like this: (User Input A1) (User Input A2) ...
-3
votes
3answers
70 views

generate random NOT in array [duplicate]

I am trying to generate a random number that does NOT exist in a restricted number array. js var restricted = [3, 4, 7]; function getRand () { rand = Math.floor(Math.random() * 10); if ...
-5
votes
6answers
80 views

increasing numbers with jQuery

Is there a simple jQuery way to generate numbers using a .class containing different numbers more and more increasing after a few seconds? Example : before : <p ...
0
votes
2answers
41 views

Adding an input match-randomizer with JS / jQuery? (Edited) [closed]

I am trying to make a basic randomizer that can match things. Sort of like a date(Romance) picker, but different situation. I want the product to look like this: (User Input A1) (User Input A2) ...
-2
votes
1answer
49 views

Generate 5 random numbers that it SUM a determinate quantity in PHP or JS [closed]

I want to set an x number for example 4000 and I want to set in how many random numbers that will SUM that number Number: 4000 how many random: 5 Result: 1538 597 817 693 355 And if I sum that ...
1
vote
2answers
63 views

jQuery show and hide does not work consistently

I'm attempting to make a button display random element when clicked using show/hide. It sets up so the element will be hidden first to stop duplicates, then shown. However it sometimes doesn't show. ...
0
votes
2answers
57 views

javascript: random image selected on refresh

So I have a site in which I have a description area and I have it be a random description on refresh by using the following code: <script type="text/javascript"> var description = new Array (); ...
-2
votes
0answers
51 views

Generate random image collage with occassional overlap [closed]

I'm trying to implement the random collage effect as seen on this site: http://www.victoriabeckham.com/look I've checked their coding, but have no figured out how to implement it. I'd like to keep ...
0
votes
1answer
55 views

Apply addClass (pref randomly) to max 2 divs with the same class instead to all with the same class

I have the following function: $(".schedule").each(function () { var cls = this.className.match(/schedule-\d+/); if (cls.length === 0) return; var els = $(".schedule." + cls); if ...
0
votes
1answer
99 views

Jquery random youtube video generator [HELP]

I need help. Currently I'm trying to create a JavaScript that would generate a random youtube video whenever I click a button on a webpage. $("#new_video").click(function(){ ...
0
votes
2answers
66 views

js / jquery: How to randomize images

I have a script that replaces an image every time the countdown reaches 0. Although I was wondering if it was possible, and how, I could get these images (I have simply just listed in order) to ...
0
votes
3answers
34 views

jquery alert one then two then one then two… and so on

<script> function oneortwo(){ var num = Math.floor((Math.random()*2)+1); alert(num); } </script> <button onclick="oneortwo()">click</button> Above script is randomizing one ...
0
votes
2answers
42 views

Random images and text with query mobile

I have some code that I am using to generate a random image when the initial screen image is clicked (found on JavascriptSource): <script type="text/javascript"> <!-- Original: Nicholas ...
-2
votes
2answers
65 views

Load certain images only when a certain CSS file is loaded [closed]

I currently have 1 html file and 3 CSS files. Each CSS file represents 3 different themes that basically represent 3 different colours i.e. 1 red, 1 blue and 1 yellow. I am randomly loading one of ...
0
votes
1answer
87 views

how to exclude individual numbers from math.random

I need jquery to make an array, which includes only the numbers, that are selected with checkboxes. In other words I need math.random to exclude answers that arent checked. There will be more ...
0
votes
1answer
42 views

How can I generate a random speed for my racers in jQuery?

I am trying to create a basic racer that pits two sprites against each other. After a bit of tweaking, I have made my racers move 550 px to the right at a slow speed There are my racers and the ...
1
vote
1answer
51 views

Choosing Images randomly from an array

I have images in a directory and I am trying to use jQuery to assign them randomly to list items. I have it working, but I do NOT want to repeat images if they have already been used. This is my ...
1
vote
2answers
65 views

jQuery, how would i create a random name pulled from a name-list.txt based on user input

I am building a phone app using phonegap build so I am limited to HTML5, CSS and javascript / jQuery, but i would like to achieve the following. I would like to take input from the user which could ...
0
votes
1answer
164 views

Random div class order

As suggested by many, I have taken their advice and reformed my question. I took out a lot of code and have now the bare minimum shown. Hope this is sufficient and clear enough to re-open my question. ...
4
votes
4answers
153 views

How do I add a javascript variable to HTML image src tag

I know this answer is out here, but I have been unable to find it (or at least recognize it when I saw it!). I'm a relative noob to jquery, so bear with me please. Problem: I have 20 images, named ...
0
votes
1answer
68 views

simplifying a multi-function in javascript

Hey I'm trying to figure out a way I might be able to simplify my code so that I will not have to have 38 of these functions but only have one that can run 38 different id's at separate times. This is ...
0
votes
0answers
28 views

Add DIV elements between other DIV elements that have no id

I need to add another DIV randomly. I have to add a DIV between, after or before other DIV's which have no ID. <script> for (var i = 0; i < 5; i++) { ...
0
votes
1answer
95 views

How to prevent reloading after clicking on a link?

I'm using a script to use AJAX on my blogger (https://github.com/swook/jquery-ajaxify-plugin) so users can listen music via the music player without interruption while they're navigating through ...
1
vote
2answers
146 views

How to random each loop item and on ajax / json data in jquery?

How to random each loop item and on ajax / json data in jquery ? data.json { "items" : [ { "title" : "new1", "content" : "content1" }, { "title" : "new2", ...
0
votes
1answer
107 views

Jquery random slideshow loop before repeating

I have the following slideshow which displays a slide at random when you click the button. However I would like it to show all of the slides before repeating any, for example: 3,1,2,4,5 2,1,4,5,3 - ...
0
votes
0answers
73 views

Loading a random image on each button press

I'm new-ish to jquery and PhP, and I've been searching around for hours trying to find out a solution to my issue. TLDR; Basically what I'm trying to do is load a new random image each time a button ...
0
votes
3answers
53 views

Jquery randomise position of a div from a predifined list

I have been trying to randomize the position of a div from a predefined list of positions in an array but have not been successful i think i might be close but i cant see where im going wrong. var ...
3
votes
5answers
115 views

Loading Divs randomly with jQuery

I'm battling to get what seems like a reasonable simple script functioning which I'd like to randomise seven Divs on browser refresh with. The HTML appears as such: <!DOCTYPE html PUBLIC ...
1
vote
1answer
98 views

jQuery - remove class from randomly chosen list item, retain ability to re-call on hover

A grid of images is displayed on the page. Hovering over any of these images results in an animated transition between a "front" and "back" image, kind of like a card flipping over. I need to figure ...
0
votes
2answers
139 views

Display Same classes with diffrerent images in Random order using jQuery

This is my HTML <div id="abc"> <div class="asd">image1</div> <div class="asd">image2</div> <div class="asd">image3</div> <div ...
0
votes
3answers
76 views

javascript random number regenerate on click

I have a var.. var random = Math.ceil(Math.random() * 8.8); and I have a click function $('.passShort').bind('click', function() { // do something here and get new random number }); I'm ...
0
votes
2answers
67 views

Create an array of random dates and values

I'm trying to create an array that looks like this: ([ [Date.UTC(2003,8,24),8709], [Date.UTC(2006,8,25),872], [Date.UTC(2002,8,26),8714], [Date.UTC(2009,8,29),8638], ...
0
votes
0answers
34 views

Loop & random Wordpress content

I'm looking for a way to always will upp a space with content - even if there is no more content left to be shown, then I want the page to re-use content i already has. For an example, if I want to ...
0
votes
0answers
43 views

jq tiny error: random select option after populating from one of two arrays

not that the problem is advanced, but the fact, that the code probably features a minor error http://jsbin.com/apudev/9/edit what it does is randomly picks a car from one of two lists chosen by the ...
0
votes
1answer
71 views

jQuery slider randomly shows an image as 2*2 pixel in Chrome

We're using an image slideshow on our website and it's randomly showing and rotating images that are uploaded in a specific folder. It works fine in IE and Firefox, but in Chrome the slideshow is ...
2
votes
2answers
318 views

How to retrieve random JSON object by key from JSON dictionary?

I have a JSON object which consists of a long list of other JSON objects which have some common properties to each other such : var myData = { "0291" : { "Firstname" : "Jeremy", "Surname" : ...
-1
votes
1answer
146 views

Jquery - How to random sort list items?

Found solution: var $ul = $('#some-ul-id'); $('li', $ul).sort(function(){ return ( Math.round( Math.random() ) - 0.5 ) }).appendTo($ul); But may be you know best solutions ?
2
votes
2answers
94 views

jQuery: order list items but keep classes

I have a list with classes eg: <ul id="my_list"> <li class="notrelevant"><a href="#1">something not relevant</a></li> <li class="notrelevant"><a ...
0
votes
1answer
92 views

randomly animate individual letters

I have a sentence of words that i'm using jquery lettering to separate into individual letters. the markup after it's processed would look like this <div id="tagline"> <p> <span ...
2
votes
1answer
113 views

Trigger an event after all of the animations from current function completed

I've been trying to get a function to trigger only after all of the element's .animate() functions have been completed including the delay and easing. I've tried a few different methods with no luck, ...
3
votes
1answer
100 views

Javascript to randomize padding-bottom

Newbie here to javascript. I tried to follow the link here : How to randomly assign a color on hover effect but I failed to replicate the same effect on my #menu_4645908 nav link... I use ...
1
vote
2answers
116 views

Randomly select value form array and delete this value from array

Trivial question. What I have so far http://jsfiddle.net/Dth2y/1/ Task, the next button should randomly select a value from the array and remove that value from the array. So far this called the ...
2
votes
3answers
278 views

jQuery - Randomize boxes and animate them on window load

On the picture bellow is what I'm trying to build: Idea is that all the boxes are hidden until whole page loads. Then they should have set random positions around browser view port and then they ...
0
votes
4answers
167 views

Sort random field items via jQuery

I have a HTML slide menu. With the following: <div class="slide"> <img typeof="foaf:Image" class="image-style-mylogo" src="http://site.com/1.png" alt=""> <img typeof="foaf:Image" ...
0
votes
1answer
44 views

reset 'random' math

I've got a random generator my using arrays and the following string to randomize: var doelgroepRand = doelgroepArray[Math.floor(Math.random() * doelgroepArray.length)]; / var divergeerIdee = ...
0
votes
1answer
328 views

random image jquery

I have a jQuery file with the following code: ;(function($) { $.fn.randomImage = function(options) { return this.each(function() { var defaults = {images: [ ...
-2
votes
1answer
59 views

jQuery executing in unexpected order [closed]

I am having a very difficult time getting jQuery/javascript to execute in the order that look very straight forward. I want jQuery to read some HTML templates and load them into a global array before ...

1 2 3 4 5