Top "Jquery-templates" questions

jQuery templates is a plugin written by the Microsoft ASP.

Can I do a jquery-tmpl each over object properties

The template {{each}} directive works great for iterating over an array like this: var myArray = ["a","b","c"]; I'm wondering …

javascript knockout.js jquery-templates
jQuery tmpl: How do I render Html?

Okay, I'm in a sitiuation with jQuery, the tmpl-plugin and this: ${$value.Text} This is okay and works fine but …

jquery html encoding jquery-templates
<script> tag inside jquery template

Backgroud: I have this template that includes videos from youtube being loaded with swfobject. Question: Is there a way to …

javascript ajax jquery-templates script-tag
How do I render a jQuery.tmpl Template to a String?

The documentation for jquery.tmpl uses .appendTo to insert the template into the DOM during the rendering process: $.tmpl( myTemplate, …

jquery templates jquery-plugins jquery-templates
How do I format Date/Time with jQuery Templates?

i've just started using jQuery Templates as my javascript template engine. My question is, how can i format a date (…

jquery asp.net-mvc jquery-templates
Get Index in jQuery template

I am using the jQuery template plugin and don't know how to get the index of items: http://api.jquery.…

jquery jquery-templates
Where is the jQuery template documentation?

I cannot find the jQuery template documentation or the plugin from the jQuery site. Can anyone tell where to locate …

jquery jquery-plugins jquery-templates
Mixing Knockout with jQuery

I'm creating a commenting system with knockout.js and I'm having some issues with getting the templating working with our …

jquery jquery-templates knockout.js
How to use foreach with a special first element?

If I have an observable array foos = [{ name: "a" }, { name: "b" }, { name: "c" }] on my viewmodel, I would like to …

jquery-templates knockout.js
If statement in jQuery template

The following code returns an error "Uncaught ReferenceError: size is not defined" in Chrome if variable size is not defined: &…

javascript jquery google-chrome jquery-templates