3
votes
2answers
65 views

Find end of $.each() loop

I need to find the end of a loop or the length of the object. Some context on the code: I obtain the txt var from the DOM (that's the only way I've got by now and ...
1
vote
2answers
90 views

Object iteration and appending to form

In this code, I'm getting the json from backend. Once I find the json availability, I loop and make 5 columns. Once the columns are made, I append after the legend of my form. Can this be improved ...
4
votes
1answer
481 views

Looping through Radgrid in JS is slow, can this be faster?

I do a single select in one radgrid, and based upon that selection I want to select multiple rows in a different radgrid: ...
2
votes
2answers
168 views

Optimise JavaScript loop

I have this code: ...