Joined December 2013
·
Posted to
Making use of utility libraries in server-side Jade templates
over 1 year
ago
@icflorescu
Thanks for the excellent answer!
Posted to
Making use of utility libraries in server-side Jade templates
over 1 year
ago
@icflorescu
Question for you, is the only thing stopping me from loading up all kinds of stuff to locals performance? any idea on the performance impact of adding libraries which you may or may not use?
Posted to
The best MongoDB GUI for Mac OS X
over 1 year
ago
Great. I'll check it out. I have been using MongoHub. It works but pretty basic, but it has been very helpful for quick looks into the db.
Posted to
Making use of utility libraries in server-side Jade templates
over 1 year
ago
Very Helpful, and Powerful! I am now the Master of all DATES!!!
And don't even get me started with Currencies, I will conquer them as well. No formatting shall disrespect me from this day forward.
@raul1991 I think for Bootstrap 2 this should work:
$('body').on('hidden', function () {
$(this).removeData('modal');
});