jquery-handlebars icon indicating copy to clipboard operation
jquery-handlebars copied to clipboard

A jQuery plugin to render Handlebars.js templates into elements

Results 5 jquery-handlebars issues
Sort by recently updated
recently updated
newest added

It would be nice to upgrade the bundled version of Handlebars.js to the latest version

This PR modifies the `$.fn.render` function to add a third `callback` argument. When a function is passed as the third argument, the function is executed in the rendered element's context...

My use case is that I'm calling the $.render method within a loop. This results in 30 or so render calls, none of which hit the cache, so 30 separate...

Hi. I propose to rewrite this plugin to use http://requirejs.org/ for automatic template include. Thanks.

I would like to have support for inline templates, as proposed by the former jQuery template plugin, see [this blogpost](http://weblogs.asp.net/scottgu/archive/2010/05/07/jquery-templates-and-data-linking-and-microsoft-contributing-to-jquery.aspx). It works like this: ``` html Name: {{= name }}...

enhancement