Top "Jquery-templates" questions

jQuery templates is a plugin written by the Microsoft ASP.

How to use HTML5 drag and drop in combination with KnockoutJS?

I can't seem to bind to html5 drag and drop events. Here's an example of from a template: <script …

html drag-and-drop knockout.js jquery-templates
using "if"'s in jQuery tmpl

Is it possible to create if sentences inside a jQuery tmpl template? <script id="template" type="text/html"> &…

jquery jquery-templates
defining new variable within jquery template

Is it possible to define a new variable within a jquery template? I read the official jquery template docs but …

jquery jquery-templates
Best way to populate select list with JQuery / Json?

Currently our dev team uses this pattern, but I can't help but wonder if there is a faster or more …

javascript jquery json jquery-templates selectlist
jQuery Templates not working in IE9 RC

Just upgraded to the RC of IE9 and found that my web pages using jQuery Templates are not rendering the …

jquery internet-explorer jquery-templates
jQuery Template - Executing JS code inside the template

I am trying to learn more about jQuery templates but cant seem to execute any JS calls inside the template. &…

jquery jquery-templates
How to render HTML as rendered HTML in jQuery.tmpl()?

I can't assign HTML properly using jQuery.tmpl(). If i pass value of something as html tag it is rendered …

jquery jquery-templates
Knockout and jQuery autocomplete

Knockout value binding doesn't work with jquery autocomplte. How to get it working? I have a template: <input type="…

jquery jquery-ui knockout.js jquery-templates
build table with jquery template plugin

I feel helpless. I'd like to build a table with jquery template plugin and then fill table with the data …

jquery jquery-templates
Using custom type attribute in <script> tags such as jQuery's text/x-jquery-tmpl

I noticed that jquery's beta template plugin is using, the type attribute "text/x-jquery-tmpl" e.g <script type="text/…

jquery-templates custom-attribute