{{o.content | formatHtml}}
{{o.author.name}}
{{o.pubDate | formatDate}}
{{parseInt(o.viewCount) | bigNumberTransform}}
A jQuery plugin to lazy load other plugins. Small and easy to use. To register a plugin: var plugin = $.plugin.register( url_of_the_file, names_to_register, settings ); or var plugin = new $.plugin( url_of_the_file, names_to_register, settings ); names_to_register is a hash in this form: { $:'foo', fn:['foo','bar'] } That means the plugin will register(once loaded): $.foo, $.fn.foo and $.fn.bar...