Skip to main content

All Questions

Filter by
Sorted by
Tagged with
5 votes
1 answer
13k views

Creating a menu as nested unordered lists from JSON data

I have a JSON input using which I have written below function to recursively create an unordered list. Is there more precise way to achieve it? ...
user avatar
4 votes
1 answer
742 views

Optimization of recursive jQuery images swap function

There's this website I'm working on that needs to swap images every few seconds, like a slideshow or image fade swap in a way, except that you need to target 5 IMG tag elements. I was able to make a ...
IndieRok's user avatar
  • 143
1 vote
1 answer
140 views

Polling AJAX client for P2P file sharing website

I have this function: ...
Amit Joki's user avatar
  • 265
4 votes
1 answer
10k views

Recursive find function in JavaScript / jQuery

I wrote the following code as a way of plucking data from a n-depth JavaScript object. It works a charm and even appends the parents of the the found item. I was just wondering if you guys had any ...
Blowsie's user avatar
  • 149