The jquery-templates tag has no wiki summary.
14
votes
2answers
939 views
What is the best current Javascript templating engine? [closed]
So there are a bunch of older questions on this topic that point to a number of options available. These two questions for example are some of the most answered on the topic:
What good template ...
12
votes
1answer
339 views
JQuery Templates - too much recursion
I am using jquery templates to generate a tree structure to later display as a treeview of sections and items.
The structure of data looks like this, where each section has items and sections and ...
11
votes
1answer
5k views
Using Knockout.js with newest jQuery Files and ASP.NET MVC
I am attempting to use Knockout.js with ASP.NET MVC 3.0 (Title gave it away, didn't it?!)
http://knockout.js.com
I am running into some problems (more related to the new jQuery Tmpl Engine than ...
10
votes
2answers
238 views
Embedding YouTube Video with jQuery Templates - C#
I'm using jQuery Templates to Embed user posted YouTube vids. I am able to fetch the video id and save it into the database and everything is working correctly. However when trying to embed the video ...
10
votes
3answers
768 views
jQuery Templates are deprecated?
I see that per the jQuery plugin template page that jQuery plugins have gone from beta to deprecated without passing a real release. I can't find any info on jquery.com or their related sites about ...
10
votes
5answers
2k views
Improve jQuery template performance
Update
Apparently, jQuery templates can be compiled and it helps performance for templates with if statements shown here.
But as shown here, the precompiled jQuery templates doesn't do much for my ...
10
votes
5answers
5k views
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 (returned from a ASP.NET Json ActionResult) in the form:
/Date(1288709830000)/
I ...
9
votes
4answers
555 views
Best way to package multiple jQuery templates in single xHttpRequest?
Update: after another day of digging
into this issue, I have found that the
current jQuery template lib provides
no way to do this. this article
describes a good approach.
I would ...
8
votes
5answers
1k views
jQuery templates with html5 elements in ie8
I might be asking too much but I'm trying to get jQuery templates with html5 elements working in ie8. I'm using head.js so that's registering the html5 elements, I also tried html5shiv but no luck. ...
8
votes
2answers
2k views
<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 include a script tag...
<script type="text/javascript">
...
8
votes
2answers
2k views
load jQuery-Templates from external file?
I just started using jQuery's template engine. Which looks quite nice so far. Yet i wonder if it's possible to load templates from an external file somehow. Imagine having loads of templates. This ...
8
votes
1answer
778 views
The new jQuery Templates from Microsoft and SEO
Scott Guthrie just blogged about the new jQuery Templates that his team has been working on, and I must say... this looks really sweet. I have a multi-part question however, where the answer will ...
6
votes
3answers
203 views
Suggestions for current jQuery template solution?
I'm looking for a reliable jQuery templating engine.
I've been developing with jquery.tmpl.js, even though I knew it was abandoned. I've been able to achieve what I wanted with it but have some ...
6
votes
3answers
1k views
Backbone.js with ASP.NET MVC
In the last few days I've been reading about Backbone.js and how it simplifies JS code interaction with View elements, basically within HTML. I've also read about the differences between KnockoutJS ...
6
votes
1answer
200 views
Use a return value in a jQuery template
After some clarification I restate my question as follows.
In a jquery template I've got sth. messy like this to use a return value of a function
<p class="hidden">${$data.score = ...
6
votes
2answers
1k views
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 could not find anything on this.
I tried something like {{ var xxx=123 }} but it didn't ...
5
votes
2answers
579 views
knockout + HTML5 drag and drop?
Is this possible?
I'm trying out knockout.js and so far I think its brilliant, but I can't seem to bind to html5 drag and drop events.
Here's an example of from a template...
<script ...
5
votes
1answer
817 views
Knockout.js consuming too much memory
I keep Process Explorer open and inspect the "Private Bytes" column of the firefox.exe process. After pressing the "Add" button in this simple jsfiddle: http://jsfiddle.net/uLkDP/5/ I experience that ...
5
votes
1answer
146 views
How can an external jQuery templates be loaded
I have a large number of jQuery templates taking up space in my <head> section ("text/x-jquery-tmpl"). I would like to move these tags to an external file. I was hoping I could do something ...
5
votes
1answer
249 views
Where to keep html templates?
I have a single page app. Currently my templates stored in index.html e.g.
<script id="button" type="text/html">
<a class="button" href="#" id="${id}">
${value}
</a>
...
5
votes
3answers
837 views
jQuery Templates vs Partial Views in ASP.NET MVC
I'm taking a look at jQuery templates. It looks really interesting - easy syntax, easy to use, very clean.
However, I can't really see why it's better to use jQuery templates instead of simply ...
5
votes
2answers
1k views
Dynamically load jQuery templates
For jQuery template:
http://api.jquery.com/category/plugins/templates/
I want to be able to dynamically load the templates from a server, rather than predefining it on the page.
The demos I saw on ...
4
votes
2answers
250 views
Avoid duplicate formatting between server-side Razor view and client-side jQuery template
I have a search results page where I output a list of items formatted in a particular way using a MVC Razor view.
@for (int i = 0; i < group.Count(); i++) {
<div class="result">
...
4
votes
2answers
298 views
Notepad++ Template Collapse Issue
I have been working with Notepad++ for web development for a few months now. As I continue to work with it, I am more and more pleased with it's setup. One thing really bothers me, though. When ...
4
votes
2answers
194 views
jQuery Templating - Associating data to template DOM elements
I am using jQuery's template plugin rendering several row items similiar to this:
var clientData = [
{ name: "Rey Bango", id: 1 },
{ name: "Mark Goldberg", id: 2 },
{ name: ...
4
votes
2answers
3k views
Knockout.js: foreach, but with a special element first?
If I have an observable array
foos = [{ name: "a" }, { name: "b" }, { name: "c" }]
on my viewmodel, I would like to render the following:
<ul>
<li class="add-new-foo">Special stuff ...
4
votes
1answer
648 views
jQuery Validation with jQuery.Templates Scenario
I'm using jQuery Templates for a bunch of a site I'm working on, and have reached a point where I need to decide how to go about implementing validation, clientside. Serverside is an Asp.Net Mvc ...
4
votes
4answers
5k views
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 template content.
Pages work fine when I switch to IE8 Browser Mode in the Developer Tools (and ...
4
votes
1answer
880 views
jTemplates vs jQuery Templates. Which is one better? Is there a better?
I've seen that Microsoft has created a official jQuery Template plugin for jQuery. But also jTemplates from what I've read is pretty popular. I didn't know if I should not bother with jTemplates and ...
4
votes
4answers
2k views
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, myData ).appendTo( "#target" );
I am attempting to convert an ...
3
votes
1answer
78 views
jquery template building grid
I have json like below
[
{
"UserName": "John Robertson",
"OperatorUserId": 1177,
"PartCategoryID": 0,
"PartCategoryName": null,
"UnitCount": 22,
"CategoryWiseCount": 13,
...
3
votes
2answers
64 views
How to avoid duplication of html in client and server side tempates?
In my experience it seems that there is a lot of duplication of html in server and client side templates. By client side I mean something like Jquery templates, and by server-side I'm mean using ...
3
votes
3answers
120 views
Good Templating engine to be used with jquery
what are the good alternatives to jquery.tmpl now that jquery team has halted it development. It will now be coordinated by the jQuery UI team, as it will be a dependency of the upcoming jQuery UI ...
3
votes
4answers
198 views
javascript/jquery templating suggestions
I am developing a large scale application highly dependent on javascript. Part of this will be displying information on screen. I am looking to display information on the ui and I am looking at using ...
3
votes
1answer
176 views
Why does jQuery templates add double quotes to some strings
Background
I'm working with jQuery templates, ASP.Net MVC Razor views and Twitter.
Problem
Using jQuery templates with some strings automatically results in those strings being wrapped in "
...
3
votes
1answer
118 views
Why are JavaScript string arrays interpreted differently by jQuery template {{each}} tags vs. jQuery $.each?
Obligatory jsFiddle example.
When I run an array of strings through jQuery's $.each function, I get what I expect.
$.each(["abc", "123", "def", "456"], function (i, val) {
...
3
votes
2answers
231 views
storing jquery template in a separate files
I am trying to figure out how to store jQuery templates in different files from the base html (without using a string or ajax request).
For instance, on my html page, I would like to do this:
...
3
votes
2answers
126 views
Conditionals in jQuery templates
I have a jquery template setup like this:
<script id='tmpl-video_list' type='text/x-jquery-tmpl'>
<li>
<a href='${url}'><br/>
<span class='image_border'>
...
3
votes
1answer
118 views
Can I appendTo in JQuery, but have it fade in rather than instantly appear?
Specifically, I have a JQuery template, and I am using .tmpl to append it to a div. My code is:
$("#" + this.templateID).tmpl({ results: resultsArray }).appendTo("#" + this.targetID);
This whacks ...
3
votes
1answer
451 views
jquery templates, accessing parent variable from child template
I cannot seem to get hold of the parent varible from the child template, does anyone know how?
Current code:
<li class="ui-parent-field" >
<b>${ Name }</b>
...
3
votes
2answers
104 views
How to get the value of the data item to use in {{if}}?
I am trying to get the value of the data item to use in a {{if}} tag, but cannot get it to work. So, the question is how do we get that value? You can see full code here ...
3
votes
2answers
157 views
ASP.NET Client vs Server View Rendering
Using ASP.NET MVC: I am caught in the middle between rendering my views on the server vs in the client (say jquery templates). I do not like the idea of mixing the two as I hear some people say. For ...
3
votes
1answer
1k views
How do I call functions in nested {{tmpl}} tags in jquery-templates?
This is a simple example based on the code in the jquery-tmpl API docs. I'd like to use a nested {{tmpl}} tag--here the "titleTemplate". I'd like to use various helper functions in both the outer ...
3
votes
3answers
1k views
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 from the response which looks like this:
[
[
{Row:0,Col:0},
...
3
votes
4answers
2k views
javascript function inside jquery template
Seems I am having some issues calling a javascript function inside a jquery template. I've got a demo set up here: http://jsfiddle.net/SXvsZ/8/
Code looks like:
function htmlDetail(){
return ...
3
votes
1answer
945 views
Using external composite jQuery Templates
I wanted to try out jQuery Templates after being inspired by these 2 blog postings
http://encosia.com/2010/11/10/composition-with-jquery-templates-why-and-how/
...
3
votes
2answers
513 views
Making jquery tmpl without a lot of extra script tags
I've been reading about the jQuery template plugin http://api.jquery.com/tmpl/ as a means of binding data to markup. All the examples seem to show that you define the template in a script new script ...
3
votes
3answers
986 views
jQuery template() for putting a URL into src= attribute of image
i have a jquery template:
<div id="test_template">
<img src="${url}" width="31" height="32" alt="" />
${url}
</div>
I compile it with this:
test_template = ...
2
votes
2answers
53 views
How to convert a string to jquery object?
I am using jquery template for my project. The problem I am facing is that when rendering a template I am converting $data to string and passing it in onclick function [see the code below].
...
2
votes
2answers
100 views
How to convert ajax response to html
I have profile page where user can upload self comments.
Code which upload comments in json
$('#profile-comment .stream-more-link').click(function (e) {
e.preventDefault();
//Increment ...