A generic jQuery iterator function, which can be used to seamlessly iterate over both objects and arrays.
0
votes
0answers
11 views
Toggle Corresponding Text Input on Checkbox Change
I have an array of checkboxes that need to display an input when their state is :checked.
The checkboxes have different ID's than their corresponding text inputs obviously, so i've attempted to use ...
0
votes
2answers
31 views
Jquery each() always using last objects attribute
I'm trying to loop through all the elements on my page with a certain class and then set the styles colour dynamically.
The problem is that it is always using the last objects colour attribute, and I ...
1
vote
2answers
33 views
setTimeout inside $.each won't respect the timing
I want to backup, delete every item in a list, and append each one after 1 second.
I am trying like this:
var backup = $('#rGallery').html();
$('#rGallery li').remove();
...
0
votes
3answers
43 views
Jquery each replace innerHtml
Jquery
I am trying to change the inner text on multiple td element which I believe should look something like this although this does not appear to be a jquery object when I am debugging (I could be ...
2
votes
2answers
31 views
Create JSON correct from an each-loop
I'm trying to create a JSON tree out of an each loop, that get information from several id's on the page. Consider that each id has names like "textHolder1, textHolder2" etc.
...
1
vote
2answers
23 views
mysql - select the 2nd blog from each category
How can I get the 2nd post from each category in php mysql?
If I have a table as following:
post_id | cate_id
--------------------
1 | 2
2 | 4
3 | 2
4 ...
1
vote
2answers
29 views
jQuery change text of a div if it's sibling contains a certain string of text
So I know how to do something like this, but I have multiple elements that my .each(function() is running on, I need to make sure only .modules that contain spans with "Open 24 hours" trigger the ...
0
votes
1answer
40 views
How to store an array of height values and use them in another script
I have a lot to learn so could really use some pointers: http://jsfiddle.net/David_Knowles/9kDC3/
QUESTION
I am trying store iteratively the height values of bars in a bar
chart.
Then i set the ...
0
votes
0answers
47 views
jQuery fade in each div when in viewport
I'm trying to have a series of div's fade in when the users scrolls through a single page site. However, at the moment I can't seem to get the jQuery fade effect to work, instead I've resorted to ...
1
vote
4answers
47 views
jQuery each element in given div with class
I have a little question. I try to build this simple quiz. Right now it looks like this:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html><html ...
0
votes
2answers
38 views
Increment image width by 50px
I have an image that appears multiple times, but I need the image width to increment by 50px each time it appears.
I've tried to accomplish this with jQuery, but I'm having no luck at the moment, ...
0
votes
1answer
21 views
Plotting rows corresponding to a given y-value separately
Suppose I have a table of data-
No. 200 400 600 800
1 13 14 17 18
2 16 18 20 21
3 20 15 18 19
and so on...
where each column represents a y-value for a given x-value. The first line ...
0
votes
1answer
20 views
Jquery each return only first found element
var x = $(".tabularData tr").each(function(){
if($(this).hasClass("even")||$(this).hasClass("odd")){
RETURN ONLY FIRST FOUND ELEMENT, WEATHER EVEN OR ODD
CURRENT CODE ...
0
votes
1answer
34 views
jQuery .each loop pausing for iframe to fully load
I need to pause the .each loop giving the iframe time to load. Is there a way to do this? I've researched callbacks and so forth with no luck. I don't want a timeout because I need to make sure the ...
0
votes
1answer
21 views
Multiply numbers after each other
Exercise Product1ToN (Loop): Write a program called Product1ToN to compute the product of integers 1 to 10 (i.e., 1×2×3×...×10). Try computing the product from 1 to 11, 1 to 12, 1 to 13 and 1 to 14. ...
3
votes
2answers
25 views
jQuery each function for single and multiple elements
I have two types of JSON results:
{
"person":{
"fname": "Homer",
"lname": "Simpson"
}
}
{
"person":[
{
"fname": "Homer",
"lname": "Simpson"
},
{
"fname": "Marge",
"lname": ...
0
votes
1answer
41 views
Create an array from an each loop
How is an array done from an each loop and then pass it on in a post with ajax? Now it is just making one array for each element, and doesn't post anything to the ajax.
...
0
votes
1answer
39 views
Get attributes from multiple unique id's
I really need some help with this! What I am trying to do is find all elements starting with the id (i.e youtubeHolder). I need to get the attributes for each of them and define a variable for each so ...
0
votes
1answer
50 views
How to use “each” and “for” correct?
How is a "map" and "for" done correct in this code below? First its getting all the unique id's and then I'm trying to combine the variables from to several "each" and use it in the ajax later on.
...
1
vote
2answers
29 views
jquery hide extra dropdowns in a table
I have several tables on a page with the possibility of multiple dropdowns in each table. The table and the dropdowns are autogenerated. The tables I want to target have numeric ids and all of the ...
0
votes
1answer
21 views
Jquery Each Obj Loop
I am making an ajax call and returning an array of json data. I am then attempting to do an each on the object and create some HTML.
success: function (data) {
var abc = null;
var obj = ...
3
votes
6answers
57 views
Ruby's “each” methods not iterating over all items in an array?
I'm trying out the following code:
a = [1,2,3,4]
a.each do
puts "Removing #{a.last}"
a.pop
end
but instead of getting all four numbers popped I only get the first 3. Indeed, doing ...
0
votes
2answers
20 views
if or statement within jquery $.each values
Is there a more efficient way to do the following bit of javascript? I'd love to trim this down, but couldn't think of a way to do it. Thanks!
var sizes = []; //This is a dynamic array from ...
0
votes
4answers
32 views
show individual elements independently using each method
trying to show only one element at a time using each function, but not sure how to get matching item associated with first item so as you hover over first "hoverMe" it shows only first showMe and so ...
-1
votes
1answer
41 views
Ruby on Rails: nested each loop within while loop generates error
I get a syntax error, when I execute the following code within the rails console:
"syntax error, unexpected $end, expecting keyword_end"
range = 2
my_array = Array.new(range)
a = [1]
i = 0
while i ...
0
votes
1answer
24 views
How to: jQuery do something, when all vars are true?
I got problems to solve the following jQuery "issue":
The following code exits four times. When var blk_img1_ready, var blk_imgX_ready are 1/true I would like to perform a function. But only if they ...
1
vote
1answer
58 views
JQuery equal heights on click for individual expanded text
I have a page set up nicely (JSFiddle) with a photo and expanding bio when you click the persons name (e.g. "Jane Doe"). I'm using an equal heights plugin to keeps the columns to match each other, ...
-3
votes
3answers
47 views
Jquery each loop with after reference
I want to draw a canvas line from .class element to class element. So far I can reference the start and end elements in the class by elements.first() and elements.first().
The difficulty is that I ...
0
votes
4answers
42 views
jQuery each only affects last element
my each statement will only affect the last element. I'd like to guess it has something to do with my variable logic, but I don't see how that makes sense as I'm targeting inside that statement using ...
0
votes
1answer
30 views
Push through list using jQuery
I have an each function of li's similar to
theList = $('#list li')
total = theList.length;
theList.each(function(i){
//stuff
theItems = [];
...
1
vote
3answers
96 views
Chain ajax and execute it in sequence. Jquery Deferred
I have 3 processes that needs ajax to complete. But it is asynchronous and it fails to do what I wanted to do..
Lets say:
function a(param1, param2) {
$.post(..., function(result){
...
0
votes
2answers
54 views
Limit various checkbox inside different classes independently
I'm a novice with JS and jQuery and i'm facing a problem that i cannot solve with my knowledge...
I have a site that lets users select different types of salads with different options, but i need to ...
1
vote
2answers
43 views
unable to acces dynamically made textareas by class.each.change
i got this that makes a draggable element with multiple textareas - the first textarea is special and works as it should.
the number of remaining textareas should be based on:
if(all textareas are ...
0
votes
1answer
34 views
jquery each input value validate
I am trying to get the values of multiple inputs within a div, and once all inputs within the div have a value console log a message. I only want the message once all inputs within the parent div have ...
0
votes
3answers
44 views
How properly use each function in this example?
Working on this code and am quite stuck.. What I'm trying to achieve is that when there are more then 2 selections in the selection div, the overlay message's bottom position moves from 10px (defined ...
1
vote
1answer
64 views
Sass - Nested @each loop and nth to grab separate values
I'm trying to write a CSS3 gradient mixin that also produces SVG for IE9.
I want to pass in a large string (a list) of the nodes' colours and positions which are comma separated but also split these ...
0
votes
1answer
20 views
Incrementing top value on repeating elements
I have an unknown number of div's with class of result, I need each dive to have its top value increased by 8em each time.
So the first div.result will have top: 0em, the second top: 8em, the third ...
3
votes
4answers
86 views
The most idiomatic way to iterate through a Ruby array, exiting when an arbitrary condition met?
I want to iterate through an array, each element of which is an array of two integers (e.g. `[3,5]'); for each of these elements, I want to calculate the sum of the two integers, exiting the loop when ...
-3
votes
2answers
64 views
jquery set all elements in a given class the same html
I have a page with several total fields. They all share the "totalAmount" class.
I need to set the same value in all these fields with jquery:
var amt = some value;
$('.totamAmount').each // - Some ...
0
votes
0answers
42 views
a simple function between deferred functions
Let's say I want to Login and Logout by clearing the cookies with this
function clearCookies() {
...
}
function login(username,password) {
$.post(...).then(function(result){
if(result ...
0
votes
1answer
63 views
Continue loop after a function has finished executing. How to use jquery deffered
I have the following data
var data = [{user:"somename"}, {user:"anothername"}];
I have this function that processes that that, let say checking user if it exist
function process(user) {
...
0
votes
2answers
44 views
Dynamic multilevel each() jQuery
I am having trouble creating a muti-level each() using jQuery. This is my code but this is limited to 3 levels. I would like to make it to work with infinite levels.
Here is a JsFiddle demo link: ...
0
votes
2answers
52 views
jquery each function is not working inside the $.ajax() success
I am having a comment sscript on a page which is containing one main question and their answers just like stack over flow.
For each answer there is a comment script also. on load of the question page ...
0
votes
1answer
25 views
Get the positions of multiple elements
I am trying to get the individual positions of multiple draggable elements using jQuerys .position and .each functions.
This is what i have so far...
JS
function newAppDraggable() {
...
0
votes
0answers
20 views
Add Class if li height exceeds px
I have a list with id number and I add class if the li element exceeds 30 px, this code works, but I would like to eliminate the array with id.
how can I do?
function resizeFrame() {
var frames = ...
0
votes
4answers
30 views
What is wrong with this jquery each() select options?
I have the below function,
function setDropdownValue(dropdownId,selectedValue){
$('#'+dropdownId+' option').each(function(){
if ...
0
votes
1answer
22 views
Download Files using a For Each Loop
Please keep in mind that I am a TOTAL NOOB. I am not asking anyone to code my entire project, but I am easily lost in many cases. Your help and patience is much appreciated ...
My AS3 code looks ...
0
votes
0answers
86 views
Handlebars js not looping through in #each
I have a template with a variable which is 2D array. each inner array is an array of objects. I am only looping through the main array not inner array.
The iteration doesnt work in the following case
...
-3
votes
3answers
61 views
Goto next iteration $.each if ajax is completed?
See the code below, it seem it execute many $.post without waiting for data == "1"
It should go next iteration ($.each) if data is equal to 1.
How can it be done?
$.each(data, function(index) {
...
0
votes
3answers
35 views
jquery for each all elements having similar id
I have many elements accross page - ID1, ID2 ID3 ...
I want to manipulate all the elements. Is there any simpler way to do this.
$("#ID").each(function(){ ... });




