Joined October 2012
·
Posted to
New(?) way to center elements verticaly.
over 1 year
ago
I already tried this without using * selector
https://coderwall.com/p/bjovyw?i=5&p=1&q=&t%5B%5D=%21%21mine&t%5B%5D=%21%21bookmarks
Posted to
Find all elements with class ... in DOM
over 1 year
ago
Won't work with IE 6 or 7
You can use native JS :
document.getElementsByClassName('thisClass')
Posted to
Tribute to _this = this !
over 1 year
ago
I'll remember that.
Thx
Posted to
What's behind $.bind ?
over 1 year
ago
Totally true.
I just wanted to partially show how simply binding without jQuery.
My intention wasn't to give a $.bind pure-DOM equivalent.
Posted to
JS / JQuery: Check if an Element exists
over 1 year
ago
I usually do things like that :
fname : function() {
if(!$('.classname').length) return;
}
Achievements
132 Karma
6,319 Total ProTip Views
Charity
Fork and commit to someone's open source project in need
Forked
Have a project valued enough to be forked by someone else
You're right. Reading my post now, I don't understand the zoom: 1;
Your .clfx:after seems perfect