1
vote
0answers
19 views

How can I set a unique indentifier on HTML gadgets, when I can't use ID and need to reference the gadget repeatedly?

I'm using a plugin (called renderJs) that allows to build HTML pages from reusable gadgets (HTML5 mashups). By default a gadget will look something like this: <div id="header" ...
0
votes
0answers
33 views

django: my jquery just work in the template with sliders

Some of my django proyect templates are: a base.htm <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html> <html lang="es"> <head> <meta charset='utf-8'> <script ...
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 ...
-1
votes
1answer
30 views

can i combine 2 templates i purchased online?

so i used this template that uses HTML and JS: http://www.templatemonster.com/website-templates/41790.html and i want to branch off the site by utlizing this template which uses HTML 5 and JS and ...
-3
votes
0answers
48 views

Nothing happens after controller action come back [closed]

you are power coder of the network. I've a problem with java jsf framework. i would invoke a method from an initial page like index.xhtml, then make something and come back to another page. All ...
0
votes
2answers
46 views

how to declare jsp not to parse jQuery template variable

I have my JSP with jQuery templates <script id="movieTemplate" type="text/x-jquery-tmpl"> {{tmpl "titleTemplate"}} <tr class="detail"><td>Director: ...
0
votes
3answers
64 views

javascript global variable (with html template)

How can I create a global variable in javascript? I need to use an index value (it's incrementation value) on a field's id inside a "for", but the index keeps the "0" value on every loop. It's on a ...
1
vote
1answer
33 views

Async Template loading

I'm trying to asynchronously load 25 html templates [urgent] here's my code: var loopingLoadTemplate = function(index){ var name = names[index]; $.get('templates/' + ...
0
votes
0answers
39 views

METEOR - create template

Do meteor has a function of creating template dynamically ? like template.create ? example: <input class="button" value="create" class="create"> js: 'click input.create' : ...
0
votes
0answers
61 views

Create Template Dynamically - Meteor

I want to create new template whenever a button is clicked <input text="button" class="btn" value="click to create template" /> -->js part 'click input.btn' : function(){ ...
-2
votes
1answer
54 views

Flash-Messages in Symfony2

Flash-Messages in Symfony2 doesen't seem to work in my twig-template integration the templete in the symfony2 and doctorine and form but this is not done any one can help me Thanks
0
votes
1answer
45 views

why can't I get two instances of my view to render?

I'm a noob in backbone.js and JavaScript for that matter... and I'm trying to build a simple widget system with Jquery and backbone.js, but I can't seem to figure out how to get multiple instances of ...
1
vote
2answers
217 views

Optimized Algorithm to compare Templates of two URLs

EDITED, Please Read Again, As I added some work of mine My task is to compare templates of two URLS. I am ready with my algorithm. But it takes too much time to give final answer. I wrote my code in ...
0
votes
2answers
82 views

Running a jQuery script in a Wordpress template

I'm trying to run the following script inside of the header.php file of a Wordpress site: <script> jQuery(function($) { jQuery('[href=#membership]').attr( 'data-menu-top', '500' ); ...
0
votes
0answers
59 views

Porting over a simple website over to squarespace

I have a question regarding the portover of my site at the following address: jrctestsite.co.nf I want to port this over to squarespace but so-far it's been extremely confusing. Could someone that ...
0
votes
2answers
143 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
0answers
17 views

Cannot implement more than one animation of SuperScrollarama script

I am trying to implement the superscrollarama script... I have the About us / Testimonails section working perfectly (line 169), but any other instances I try place wont work (line 162 and line 175). ...
0
votes
1answer
53 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
128 views

Meteor Startup JQuery DOM Elements Not Ready (JQueryUI Draggable)

In the Meteor docs it says that Meteor.startup will be called after the DOM and all templates have been processed. However, my code within Meteor.startup is acting as if the DOM elements aren't there. ...
0
votes
0answers
52 views

How to access complete data from template?

Ok. I'll try to be as clear as I can! I have the following JSON in JS: var json = {}; json.data_1 = json_1; //json_1 could be also a JSON or just a value json.data_2 = json_2; //same as above ...
0
votes
1answer
48 views

Get last link from a div in jquery or backbone

I have the following template <div id="aboutCompletedTasksContainer"> <div id="completedTasksContainer"> <a ...
1
vote
5answers
91 views

Select elements by class with jQuery

I have a button declared like this in a template <a class="comment-btn delete-comment">Delete</a> I want to add an event listener for all the buttons that have the class ...
0
votes
1answer
395 views

Edit Backbone Ajax Success Method to Add in Custom Error Handling

I have my own custom error code inside of a backbone ajax success method in case the server returns an error. The problem is that this code is repeated throughout my app and I wanted to edit the ...
0
votes
0answers
44 views

declared variable does not show id after assigning inside each()

I am using underscorejs templating engine. I am declaring variable imdb_id at the top of outer each function. Then I am assigning value to this variable and then want to display it outside of inner ...
1
vote
0answers
162 views

Hide first element in array using Handlebars.js

Using Handlebars.js, I am trying to hide the first element in an array. It would be conditional to an option being true/false. Can this be done without a helper? Thanks Horizontal Menu with > as ...
0
votes
0answers
340 views

jQuery CSS template loading

I'm having a problem with jQuery template loading. I'm using tpl function for templating Jquery app. (https://github.com/ccoenraets/backbone-directory/blob/master/jquerymobile/js/utils.js).. When I'm ...
0
votes
1answer
82 views

jQuery and template with jSON

I'm trying to use handlebars (templating) to organize a fetched jSon object through ajax This is what the object looks like, PHP: [0] => Url Object ( [url_id] => 1 [url] ...
0
votes
0answers
379 views

Add data to gridview template field using jquery?

<asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False"> <Columns> <asp:TemplateField HeaderText="isbn"> ...
0
votes
1answer
341 views

Template rendering using underscore.js not working in IE8

I am using both Backbone.js and Underscore.js Its working fine in all other browsers including IE9 but I am Getting this error in IE8 SCRIPT1010: Expected identifier underscore.js, line 1156 ...
0
votes
2answers
98 views

jQuery.scroll doesn't work when I use it in a template

I'd like to use jQuery.scroll to display a shadow when user scrolldown in a div (and hide this shadow if scrollbar is on top). It works very well here : http://jsfiddle.net/C4S6s/. When I put this ...
0
votes
1answer
272 views

json dynamic output with Jquery Template

I am trying to append some json into the jquery template. Right now, the code works fine. However, I would like to display only one slide at a time from my json when a .click even occurs. Here is ...
0
votes
2answers
70 views

Loading templates in DIV

I have two divs and i want to load the templates over there. i'm trying to load like this, its not working. here is my code. Main.htm Details <div id="placeholder1" /> <div ...
0
votes
1answer
43 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
3answers
129 views

jQuery Plugin development

So today i decided to read something about jquery plugin development after i have seen following examples and templates : CSS-Tricks.com plugin template Longpress.js Now, i've got the following ...
0
votes
0answers
157 views

Squarespace jQuery implemetation

Is there a good way to implement jQuery in a squarespace site? This is for a template based site by the way. I'd like to just do it via a simple <script type="text/javascript" ...
2
votes
3answers
216 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 ...
0
votes
1answer
161 views

Using text.js with require.js how can I create one template html file but grab each script template individually?

I'm using require.js and text.js to load a template file that has a bunch of <script> templates in it: e.g. /scripts/templates/comments.html <script type="text/template" ...
1
vote
3answers
1k views

How to redirect on another page and pass parameter in url from table?

How to redirect on another page and pass parameter in url from table ? I've created in tornato template something like this <table data-role="table" id="my-table" data-mode="reflow"> ...
2
votes
1answer
452 views

Grid and Stack based layout with Twitter Bootstrap

Has anyone tried to achieve a Grid, Stack layout in twitter bootstrap in conjunction with Backbone.js Collection ? Demo: ( Without Bootstrap) ...
0
votes
1answer
92 views

How to copy similar html into every page in jQuery

I'm creating a bootstrap webpage, and I'd like to create the top bar only once, and then include it on every page. In Django, this was easy with template inheritance. I could just create a new tag ...
11
votes
5answers
17k views

New recommended jQuery templates? [duplicate]

jQuery Templates have been deprecated for some time now. I have some data in the form of a JavaScript object that I want to format as HTML and append to the DOM. What's the best way of doing that ...
0
votes
1answer
36 views

Create a Template

I would like to know if it is possible to create a template in any language, HTML, CSS, jQuery, JavaScript, etc. where I could create a template for my site with a header (with an image), ...
0
votes
1answer
95 views

Generating complex text templates from user input in JavaScript

I am building a web app that basically consists of several selects, couple of checkboxes, and one input text field. Each select contains more than 4 options. After a user selects their options, fills ...
0
votes
0answers
86 views

jQuery Template format date

I am trying to format a date, however, I get this error: /Date(-62135578800000-0500)/ Uncaught Error: Parse error on line 1: ...erName}} {{= format(new Date(pa -----------------------^ Expecting ...
0
votes
2answers
88 views

how to access an element in an html string that has not been added to the DOM tree yet?

I'm loading an HTML template file, which contains templates that I'm using throughout my application. The file looks like this: <!DOCTYPE ...
0
votes
2answers
41 views

How can I get the content of a loaded file (with script or link)

I was wondering, how I get the content of a loaded script, stylesheet, ... bye an accessing an id set on the element. Example: <!doctype html> <html> <head> <meta ...
2
votes
1answer
178 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 ...
1
vote
0answers
125 views

Using blueimp-tmpl javascript plugin

I'm using the jQuery File Upload Plugin, more specifically I'm using the java klaalo example. The problem I'm facing is that I'd like to use the javascript template plugin, which is used and loaded by ...
3
votes
1answer
99 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 ...
0
votes
3answers
1k views

Accessing text/template contents in javascript

I'm trying to access the html contents of an script block with the type set to "text/template". I've heard of template engines using such tags, but my application is very simple and loading an entire ...

1 2 3 4 5 7