Joined January 2013
·
Posted to
Bind load and resize for responsive jQuery
over 1 year
ago
@danott thanks Dan! that looks like a handy tool!
Posted to
Simultaneous events with Queue: false
over 1 year
ago
@dpashkevich yeah it seems like the most common use case.
Posted to
DO NOT $('#foo a'); DO $('#foo').find('a');
over 1 year
ago
thanks for explaining what is happening here. I just used find() for the first time today and didn't realized how much more efficient it is.
Achievements
326 Karma
31,960 Total ProTip Views
Forked
Have a project valued enough to be forked by someone else
Nephila Komaci 3
Have at least three original repos where PHP is the dominant language
Nephila Komaci
Have at least one original repos where PHP is the dominant language
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Mongoose 3
Have at least three original repos where Ruby is the dominant language
Mongoose
Have at least one original repo where Ruby is the dominant language
hey great tip! though if you go to a url with an id the url in the browser is still the id route. how would you go about changing that? been working on a fix for my site, because i dont want people to copy the old links, and share them.