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

A template plugin for jQuery. Allows templating without cluttering JavaScript code with markup. Simple, Concise yet powerful.

Results 9 jquery-template issues
Sort by recently updated
recently updated
newest added

Hi, How could I insert a collection of div into a div using the same template, such as a store? summary: a loop for example 30 times, of the same...

While it works fine for **meta_box.rating** which is a no-nested item I have problem displaying items in an array like below: ``` ```

Added element processor for data-for attribute. Added element processor for data-item-id attribute that mapped to data-id (mapping after data-id, so must work correct with data-id)

Hi, I have to add the jQuery functions "before", "after" and "replace" to this plugin for my own project. So I want to share it now. Please have a look...

Hello! I would like to load the templates with the same order as the input array is. - When I use the settings: async: false, it is ok, but the...

bug

I found a bug on `` This doesn't work, However there's a workaround via inline script `` Note: I'm sure the link is correct because this one loads properly: `$('#posts').loadTemplate("assets/templates/post.html",{...

bug

The change here is fairly straightforward, but wanted to get your thoughts before submitting a pull request. I'm creating templates in standalone html files, pretty much like: ``` Something something...

enhancement

I would love to see an enhancement which would allow the replacement of an existing element with the new template. I envision it working like so: DOM BEFORE: <div id="d1"></div>...

enhancement

Hi, I've learned aobut your tool reading https://www.sitepoint.com/overview-javascript-templating-engines/ I was expecting to find a large community from the article's sounding of it. But here, it feels like a lonely place....