or:
.yourDiv{
display: box;
box-orient: horizontal;
box-pack: center;
box-align: center
}
Thank's for the reminder, I always rage so much when I have to install this gem on OSX...
@nevir Thanks!
@mdeiters Mind blowing, they should change the icon.
@avenger7x Good solution, but slow one. I'm doing JavaScript on iOS devices and that sucks... I did a JSPerf to compare : http://jsperf.com/uniquearraycoderwall
@dpashkevich Yep, you're right. Thanks.
Thank's @mattheath !
I use xtrafinder (http://www.trankynam.com/xtrafinder/) to have these options :)
I found that Zepto is kinda slower than jQuery in severals case, like this one : http://jsperf.com/zepto-vs-jquery-element-creation/5
If you don't know oh-my-zsh, you must try it!
@blaxus this is good, we use for our API Routes the gem https://github.com/mattetti/Weasel-Diesel (if you are working on Rails)
I prefere this way much more, compatible zepto and no deprecated. And you should watch only once for the event:
$('#animateme').addClass('animate').one('webkitAnimationEnd...', function(){$(this).removeClass('animate')});
Checkout this lib http://adambom.github.io/parallel.js/ :)