0
votes
0answers
46 views

Conditional class in side mustache template

I have a json like this. From this json I am populating li's values using mustache template. { data: { buckets: [{ key_value: "HO.H.", ...
0
votes
1answer
44 views

Correct way to use Mustache.js?

I am using Mustache.js templating engine. On page load, I create a list of items which I send back to the Ajax request: private static List<Items> items; protected void Page_Load(object ...
1
vote
1answer
29 views

Modify html before it gets templated

I am using Mustache template script to render my JSON values. I was wondering : Since I need to bind data to the html I'm rendering , there is a way to apply .data() to the object I'm going to ...
0
votes
1answer
14 views

mustache.js jQuery minimum version

I am using Mustache js from github at: https://github.com/janl/mustache.js/ I then build mustache for jquery running rake jquery I am running this on jQuery 1.4.4 using drupal 7. It seems to work ...
1
vote
1answer
39 views

how to add a class with the end increment for the number of pictures I have to a mustache template in jQuery?

I have the follow mustache template: <script id="pictures" type="text/template"> {{#images}} <li id="dndtemplate"> <img src={{img}} title={{imgnimi}} alt={{imgnimi}} ...
0
votes
2answers
149 views

icanhaz/mustache loop (iterate through elements) js error

I'm trying to get icanhaz/mustache loop working, as defined in this answer and I'm getting following error in browser console: Uncaught Error: Syntax error, unrecognized expression: <option ...
0
votes
1answer
55 views

template inside html mustache js

I'm using mustache to render portion of html. To do this , I'm using this javascript : var template = $("#div_name").html(); .. .. ...
2
votes
1answer
296 views

jQuery Cycle2 slideshow thumbnail creation

I'm using the brilliant Cycle2 plugin, and I want to automatically create thumbnails of the images in my slideshow as per this example. However, that example has the img itself as the slide each ...
0
votes
0answers
48 views

json feed using mustache js returning different in ie

I using mustache js to format JSON feed. it looks fine in Chrome and Firefox. However in IE it returns none or hardly any of the template formatting. this is the template template I wrote using ...
0
votes
1answer
89 views

Iterating over Roots in ICanHaz.js / Mustache

I'm running into an issue with iteration using ICanHaz.js / Mustache. I want to loop over the roots of a JSON structure and pull out a specific parameter. Here is my JSON: { "1": { "param1": ...
0
votes
0answers
73 views

javascript mv* framework using mustache templates? [closed]

I really like mustache templates, but when I using jquery with mustache, I end up with spaghetti code. What's a really simple MV* framework that incorporates mustache templates? All I really need is ...
0
votes
2answers
189 views

jquery mobile dynamic html from ajax not formatting with mustache

I am using mustache templating engine with jquery mobile. I cannot figure out why my html is not formatting correctly with jqm. Here is my html/script: <body> <div id="john" ...
0
votes
0answers
50 views

Mustache jquery does not return any values

Its one off those days when I just cannot get anything to work, I have the following ajax code which I want to return json data and display using mustache, problem is no data is been displayed. I am ...
0
votes
1answer
171 views

Error with mustache and jquery?

I am using mustache within a jquery widget calling external json/template. My Jquery seems fine. however mutstache is giving me a error. Script as follows: TypeError: this.tail.search is not a ...
0
votes
0answers
113 views

filter.js and mustache.js not rendering template

I have been reviewing filter.js at this site here a filter.js Blog. I like the filter and you can see it in good action at a filter.js github. The links to the demos that are available with in the ...
15
votes
3answers
3k views

jQuery 1.9 + client-side template = “Syntax error, unrecognized expression”

I just updated jQuery from 1.8.3 to 1.9, and it started crashing all of a sudden. This is my template: <script type="text/template" id="modal_template"> <div>hello</div> ...
0
votes
1answer
45 views

Optimizing Script Template

I am using script templates for creating resuable html markup in javascript. The templates are using mustache to replace tags with the correct values. The html is then rendered and rendered again by ...
0
votes
2answers
97 views

Mustache doesn't handle events properly

I want to use mustache to insert some templates in my html file. The template, jquery code and html code are in three separate files. This is mandatory cause I want my project to get as much ...
2
votes
3answers
221 views

Mustache and Jquery Plugin Issue

I am using mustache js with a accordion plugin. My idea is to use an external template file, along with an external json file and pull the templated file into an accordion widget (using a plugin). It ...
2
votes
1answer
180 views

Implement conditions in logic-less mustache template engine

So far mustache is great, but logic-less now does not seem to be a feature. Suppose, I have to render template in which I can have user's email and name. If both email and name are present I want my ...
3
votes
1answer
102 views

Mustache looping error when trying to display data

I am having a problem doing a loop in mustache. Basically a usr has the ability to add options to products. Each option can have more then 1 choice. Also they come together Choice Name + Price. I get ...
1
vote
1answer
403 views

How do I render Mustache templates with JSON with no root node

I am building a small page which calls an API using jquery's getJSON and then renders the data using a mustache template (at least that's the plan). However my JSON does not have a node root and am ...
1
vote
0answers
238 views

Mustache.js data from JSON

I am currently working on jQuery Mobile site which will use data from JSON source. To generate HTML I am using Mustache.js - javascript template engine. I have a problem with AJAX -> JSON -> ...
0
votes
1answer
98 views

Rendering a list in the template

I use the Handlebar/Mustache template to render the following view model in my ASP.NET MVC app. I am displaying the following fields in a table. The ContactList is a list of Contacts (with FirstName, ...
0
votes
1answer
142 views

Use Mustache.js to render a list of values from a JSON response

I am using Mustache.js to format a response from a jQuery getJSON() request. The getJSON request gets a list of images names. I want to display a series of these images at the end of my existing ...
0
votes
1answer
124 views

New line in handlebar templates

Using Handlebar/Mustache, I would like to show the Address as follows (with the new lines): {{FirstName}}{{LastName}} {{Address1}}{{Address2}} {{City}} {{State}} {{Zip}} But the above is always ...
2
votes
1answer
164 views

Sammy mustache - not working (variables in double braces not replaced with values)

I'm trying to write my first webapp using sammy and mustache templating. The template doesn't seem to render correctly (variables in double braces are not replaced with values). Here's the relevent ...
0
votes
1answer
95 views

IE error with script tag in template

I have the following script tag inside my Handlebar/Mustache template : <script type="text/javascript"> $(function() { $(".enable-checkbox").click(function(e) { ...
0
votes
1answer
76 views

Re-render a view

What is the best way to re-render a view after an event takes place (eg. submitting a note). In the below code, I want to re-render the view to show the note that was just added. var NotesView = ...
0
votes
1answer
122 views

Populating a hidden form field

The GET operation on my application returns the data in an array: Value":[{"Id":"6b7","Notes":"testing","CreatedBy":"User1"},{"Id":"6b7","Notes":"Testing 1","CreatedBy":"User2"}] I use the above to ...
0
votes
2answers
681 views

toggle checkbox values

I am trying to toggle the value of a checkbox using the following code: <div class="control-group"> <label class="control-label checkbox" for="IsViewAsWebpage"> {{#if ...
1
vote
2answers
141 views

Posting checkbox values

I have a set of checkboxes on my web page. On Save, I serialize and POST the form. <div> <label for="ViewAsWebpage"> {{#if this.ViewAsWebpage}} <input type="hidden" ...
4
votes
2answers
747 views

Iterate over an object for Handlebars?

So this is the general gist of my data (copied the look from chrome webkit inspector). > Object > Fruit: Array[2] > 0: Object name: "banana" color: "yellow" ...
1
vote
1answer
209 views

jQuery .empty() on AJAX constructed list not working

I have an unordered list (each list element contains some further markup but this should not matter) that is constructed (instantiated and appended) from an AJAX call to the DB. I want to clear the ...
0
votes
0answers
356 views

Paging with Backbone

I have been trying to resolve this for a couple of days, but am going nowhere with it. Any help would be appreciated. Basically, I have a form with a textbox and a Search button. I added paging as ...
0
votes
2answers
135 views

DateTime format in the template

I am using mustache templates in my application. The datetime values in JSON are shown below: How do I convert them in a proper format? Created "/Date(1335232596000)/" Submitted ...
0
votes
2answers
140 views

Concatenate and build URL

I am trying to get the user to a certain URL when he clicks on a table element. Using Mustache templates, I have the following: {{#each data.Items}} <tr> ...
0
votes
2answers
91 views

PHP or JS Templateing engine? (for multiple blocks of the same html)

Main questions are in bold at the bottom, But I'll walk you through what and why i'm asking. Basically taking what i'm now doing for users one-at-a-time, and trying to give them the option of ...
0
votes
2answers
605 views

Don't let the user select a past date?

Is it possible to prevent the user from selecting a date in the past when using the bootstrap datepicker? I tried using .datepicker({ minDate: 0 }), but it doesn't seem to be working. .done(function ...
0
votes
1answer
81 views

Appending each a value from an array to it's equivalent html-node

I have an array of objects: comment: "https://www.facebook.com/groups/2388163605/permalink/10151045693478606/" comments: Array[1] created: "48 minuter sen" img: ...
0
votes
0answers
136 views

Javascript mustache not working

Its probably the format of the JSON which is being returned by the method which is making the Mustache not iterate. And as well what is being passed into mustache. But I'll let you have a look. ...
0
votes
3answers
310 views

Javascript - Backbone - Code throwing error

The code below is throwing an error - "Microsoft JScript runtime error: Object doesn't support this property or method" in mustache.js at this section of code in it.- " function quote(text) { ...
0
votes
2answers
405 views

Conditional rendering possible?

Is it possible to do conditional rendering using Mustache? Example: If I want to display a different value based on the status of X? eg. if x.value=1 <td> ...
1
vote
1answer
247 views

How to retain View Data on page refresh

I am trying to use the backbone architecture in my MVC application. I created the templates using HandleBars/Mustache and my model contains information that I display in a table on the UI (within a ...
0
votes
1answer
187 views

When I add html to my template Mustache stops displaying data. any Ideas on how to fix?

This is my template, as soon as i remove the html tags it works, but i need the html tags for styling. <p>{{username}}</p> And this is how I load/display my template ...
0
votes
2answers
712 views

How to get JSON sub array data from array with equal option and value with Mustache.js?

I am trying to work with Mustache.js that is really helping. I am stuck on getting array with specific option and value. My JSON is looking like that: { "departments": [ { ...
2
votes
1answer
131 views

how to put a custom function in a javascript object for use in a html template?

I'm using this pretty handy JavaScript template library: https://github.com/blueimp/JavaScript-Templates. I can create elements and add data to them as many are doing with underscore.js and ...
1
vote
2answers
146 views

jQuery string parsing logs a 404

Here's the setup, I have a mustache template stored as a string, like so <div id="one"> <span> <img src="{{foo}}" /> </span> </div> <div id="two"> ...
1
vote
1answer
132 views

Jquery clone() doesn't seem to work with Mustaches

I'm trying to simplify a complicated design process for my team. Long story short, our server inserts a hidden template section into our single page app, so that we can use DOM nodes instead of JST ...
5
votes
3answers
2k views

Mustache , iterating over JSON objects

I have a JSON array of objects, and am trying to work out how to display them in Mustache.js. The array can be variable in length and content. Example: [ Object { id="1219", 0="1219", title="Lovely ...

1 2