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

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

Porting InvRegex.py To Javascript (Node.js)

I have been trying to port invRegex.py to a node.js implementation for a while, but I'm still s… Read more Porting InvRegex.py To Javascript (Node.js)