Skip to content Skip to sidebar Skip to footer
Showing posts with the label Iterator

Jquery Boolean Iterators

...or what's the proper name for some() and every(). Basically, I'm looking for a function … Read more Jquery Boolean Iterators

Can I Make An Iterator With A Simple Function? (no Generator Or Symbol.iterator)

I have been trying to make an iterator using a plain function, without a generator or using the Sym… Read more Can I Make An Iterator With A Simple Function? (no Generator Or Symbol.iterator)

Iterate Over A Jquery Collection Without Having To Rebuild The Jquery Object

$('.item').each (i, elt) -> $(elt).attr('href') # ... Doing $(elt) is n… Read more Iterate Over A Jquery Collection Without Having To Rebuild The Jquery Object

JavaScript Iterator Class

Do you know a JavaScript library that implements a generic Iterator class for collections (be it Ar… Read more JavaScript Iterator Class