All Questions
4 questions
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?
...
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 ...
1
vote
1
answer
140
views
Polling AJAX client for P2P file sharing website
I have this function:
...
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 ...