Underscore is a utility-belt library for JavaScript that provides a lot of the functional programming support that you would expect in Prototype.js (or Ruby), but without extending any of the built-in JavaScript objects. It's the tie to go along with jQuery's tux.
2
votes
1answer
25 views
Phonegap and the universe of frameworks?
my concern is to find a well fitting framework for developing a cross mobile platform app via phonegap. I am using JQMobile for the User interface.
I want to build my Application well structured and ...
0
votes
1answer
21 views
How to properly emit a route that will render a view in Backbone
I have a backbone app set up that allows me to list a collection of mongodb objects in a table, each with an Edit button next to them. When the Edit button is clicked, an editItem Backbone.View calls ...
0
votes
1answer
20 views
Transforming this JSON via underscore or a javascript utility library?
I have some JSON that looks as so:
[{"target": "mydata.12.2", "datapoints": [[763.7, 1368821100], [762.1, 1368821160], [223.11, 1368821220], [886.54, 1368821280], [112.3, 1368821340]]}]
I'd like to ...
0
votes
1answer
21 views
Really strange JS error in Underscore.js file when rendering view
I have 2 views right now. One lists a collection of mongoDb objects, and the other is supposed to allow editing the er. The list view works completely fine, but whenever I try to render the edit view, ...
0
votes
2answers
34 views
Adding a class to the parent div of a specific image [closed]
(function(){
var photoTemplate, resource;
function init(){
bindEventHandlers();
photoTemplate = _.template($('#photo-template').html());
}
function toTemplate(photo){
photo = {
...
0
votes
2answers
29 views
How to refactor this array comparison with underscore.js?
Can this code be refactored in a more functional/underscore style, mainly the part that checks for the presence of addedEvents in actualEvents?
describe 'when removing', ->
it 'should remove ...
0
votes
1answer
33 views
Referencing collection variable inside underscore template
I pass collection.toJSON() as an argument to underscore template.
render: function() {
this.template(this.collection.toJSON());
}
Inside the application router it gets initialized like that:
...
-3
votes
3answers
57 views
how to create an array using contain function in javascript [closed]
This is how it looks like:
arr = [
'[1,2,3],3',
'[1,2,3],4'
]
List the array like:
id | sub_id
---+----
3 | 1
3 | 2
3 | 3
4 | 1
4 | 2
4 | 3
0
votes
2answers
52 views
how to separate one array into two, base on its id using jquery
Im strugling with this array:
first id = 1
items for the second id = 12,21,34,33;
second id = 2
items for the second id = 21,12,34
It looks like this in my array :
arr = [12 1,21 1,34 1,33 ...
0
votes
2answers
46 views
update element using underscore
I have used templates using underscore using this tutorial. http://backbonetutorials.com/what-is-a-view/
I have a situation where I just want to add some text in a p tag to a div structure.
This ...
0
votes
1answer
38 views
Why Backbone.View object still remains in memory?
I have simple view that shows dialog box.
Backbone.View.prototype.completeRemove = function(){
this.undelegateEvents();
this.remove();
delete this.$el;
delete this.el;
...
0
votes
1answer
18 views
Use combination of _.invoke and function parameters in JS
I have this code:
var complete = _.invoke([settings, permissions], 'fetch');
However, I need to run them both with a parameter, like so:
settings.fetch({
async: false
})
and the same for ...
1
vote
1answer
44 views
How do I get a subset of a Backbone.Collection?
Given this collection -
{"education":
[
{
"school":{
"name":"Maxwell",
"type":"Secondary",
"teachers": [
{"name":"Mrs. ...
1
vote
1answer
24 views
regex issue for interpolate setting in underscore.js
I have following regex and template for underscore.js templates.
the problem is that the regex for interpolate is not working properly, what will be correct regex?
Regex
var settings = {
...
1
vote
2answers
35 views
Anybody can help me analyze these code the backbone each function meanings?
Now , we can assume the app.Todos is a Collection. Then assume we had trigger the filterAll function .
filterOne : function (todo) {
console.log(todo);
todo.trigger('visible');
},
filterAll : ...
0
votes
3answers
66 views
Backbone View render: fetch-first versus render-first, both approaches have faults?
This is more of a conceptual/architectural question than anything; the typical/popular approach to constructing and instantiating Backbone Views seems to be to only render the View AFTER successfully ...
-3
votes
1answer
34 views
Do Backbone need Underscore?
Due to the
Backbone.js: `extend` undefined?
and my own errors after comment underscore.js :
Do Backbone need Underscore?
Need Partly? (which parts?)
1
vote
3answers
33 views
Retrieve list of a specific attribute from a Backbone collection
I'm looking for a way to, from a backbone collection, retrieve some kind of array of one specific attribute.
var SomeModel = Backbone.Model.extend({
defaults: function() {
return {
...
0
votes
1answer
29 views
Backbone - Render Text as HTML not a String
I have my backbone app rendering a underscore template from a JSON file. I have some body copy that I want to render with a unordered list in HTML. The text keeps rendered the HTML as one whole ...
1
vote
1answer
36 views
Underscore/Backbone: '_ is undefined'
Here is my code:
<!DOCTYPE html>
<html>
<head>
<title>Matt's Template</title>
<!-- Stylesheets -->
<link rel="stylesheet" ...
0
votes
1answer
35 views
is it good to use amd version of backbone, jquery, underscore, etc?
I am starting my project structure from scratch. I am using require.js, backbone, underscore, bootstrap, etc. I was thinking to use shim config to load non AMD compatible of backbone, underscore,etc. ...
0
votes
1answer
25 views
knockout template - binding text to a function, with template data passed in
i have a view model with an observable array. Its populated with some json:
this.socialTiles = ko.observableArray([]);
ko.computed(function () {
jQuery.getJSON( this.apiURL+"&callback=?", ...
0
votes
1answer
37 views
underscorejs render different results depending on environment when passing strings with colons to it
I'm running the framework Meteor based on NodeJS. When I use underscoreJS on my server I get some strange results. On the server this code returns true
_.contains(['s:s:s'], 's:s');
but in chromes ...
0
votes
1answer
29 views
How to do currying with UnderscoreJS?
I am a bit experimenting with _.bind(...). I see how to force a function context with bind, but don't yet see how to do currying.
What I try is this:
add = function(number) { this.sum = this.sum + ...
1
vote
3answers
93 views
Angular filter works but causes “10 $digest iterations reached”
I receive data from my back end server structured like this:
{
name : "Mc Feast",
owner : "Mc Donalds"
},
{
name : "Royale with cheese",
owner : "Mc Donalds"
},
{
name : "Whopper",
...
-1
votes
1answer
48 views
using if statement in each-loop
I have a loop
<% _.each(kw, function (x) { %>
now I want to use a if statement which checks a string
<% if ( <%=x%> == "condition") { %>
<div>..</div>
<% } ...
0
votes
1answer
39 views
Backbone: keep in sync both collections
I have a collection of tiles. When app starts collection is fetched from server and its clone is assigned to a collection property of MdApp.TilesCollection object:
MdApp.TilesCollection.fetch({
...
1
vote
0answers
25 views
Are Underscore's function composition methods now eclipsed by JS Promises libraries? [closed]
I'm learning Underscore and I see a lot of methods like:
var wrappedFunction = _.wrap(myFunc1, myFunc2);
// myFunc2 will only be invoked when myFunc1 has completed
wrappedFunction();
Are there ...
0
votes
1answer
20 views
Can backbone view have multiple DOM elements as $el
My web application has an edit mode in which 2 panels slide it. One from top and one from left. Top panel with full width and 20% height and side panel with rest of the height and 20% width. I have ...
0
votes
0answers
29 views
Attaching el to an existing element in Backbone.js but nothing being rendered?
I'm trying to inject a Backbone View into an existing div with the id of "myView".
index1a.html:
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
...
1
vote
1answer
43 views
backbone form : how to render form using a custom template
Since a backbone form extends a backbone view, I guess that using a custom template sould be done the same way.
First : Insert a template as a script type="text/html" element in the header
...
2
votes
4answers
44 views
How do I union/merge two Collections by their 'id' using UnderscoreJS
I have two collections (Menu and Orders)
Menu collection contains array of Item objects
[{'id': '1', 'name': 'apple'}, {'id': '2', 'name': 'orange'}]
And Orders collection also contains array of ...
0
votes
0answers
28 views
Backbone “Error: this._configure is not a function”
problem with backbone. I'm new to programming with backbone
I have an error of "this._configure is not a function", but earlier versions of "backbone 0.9.2" and "underscore 1.4.1" works well, the ...
0
votes
2answers
42 views
Underscore: sortBy() based on multiple attributes
I am trying to sort an array with objects based on multiple attributes. I.e if the first attribute is the same between two objects a second attribute should be used to comapare the two objects. For ...
-1
votes
1answer
62 views
Javascript: How to merge the string values of two arrays?
I want to use the _.zip function of Underscore.js to create pairs from two arrays.
var a = ["alpha", "beta", "gamma"];
var b = ["one", "two", "three"];
var pairs = _.zip(a, b);
alert("pairs = " + ...
0
votes
0answers
26 views
Backbone collection groupBy is not working
Tried the following example, but groupBy is not working
var Todos = new Backbone.Collection();
Todos.add([
{ title: 'go to Belgium.', completed: false },
{ title: 'go to China.', completed: ...
3
votes
0answers
110 views
jquery mobile backbone routing
I'm using jquery mobile and backbonejs.
kinda stuck with backbone routing with transition property enabled.
any suggestion will be great..
define(['jquery'], function ($) {
...
1
vote
1answer
32 views
URL params, using backbone.js
I have this kind of URL: something.com/#page/id (structured with backbone.js) I want to check if that id exists and use it in DOM using underscore.js, i know I can do that with ...
1
vote
5answers
88 views
Should Node.js module developers use Underscore.js?
I'm working on my 1st Node.js module, and having to do common utility stuff like check types, looping etc.
The native JS for some of this stuff is pretty ugly. Underscore.js makes it more readable ...
1
vote
1answer
52 views
Underscore Templates (two in one) / Backbone
How do I call a different template from a template in Underscore.js Templates?
HTML code:
<*script id="editWrapView" type="text/template">
<div class="wrapperFields__leftUnderLine ...
0
votes
1answer
21 views
Underscore Localization
How do we do localization in UnderScore templating engine. I managed to get the localized object through require.js. Now need to pass this localized object to underscore template so that it can return ...
2
votes
1answer
35 views
_underscore templating - loading templates from external files
I've seen a few long winded answers to how to load templates for rendering in respect of the _underscore templates utility and the like. What I've got below works:
$.ajax({
url: 'template.tmp',
...
1
vote
1answer
32 views
How to use _.each as method names for objects in Node.js?
I am new to the underscore library for Node.js and this question has been confusing me. I want to use the value in a key value pair as the first part of an object that I declared earlier, but I keep ...
0
votes
1answer
55 views
Gruntjs: how to create a task to contatenate file based on their directory
I've put up a task using gruntjs and grunt-contrib-jst to pre-compile all my template files (stored in the "coffee" folder) and concatenate them in a single javascript file, AppTemplate.js.
jst: ...
0
votes
2answers
65 views
What is the underscore function for?
I've been using underscore as a collection of statics.
What is the underscore function for:
var _ = function(obj) {
if (obj instanceof _) return obj;
if (!(this instanceof _)) return new ...
0
votes
0answers
51 views
Combining UNDERSCORE.JS and JSP
I'm trying to develop a web application that it obtains information from a server (in a mysql database ) and it is shown to the client (via browser) this information.
I want to use backbone.js and ...
2
votes
4answers
61 views
opposite of _.where(list, properties)
I have an array of objects and I set Selected = true to some customers.
Using _.where I'm getting a new array which have only the selected customers.
Is there any method to get the customers who don't ...
4
votes
2answers
80 views
What is the purpose of “casting” the return from a Boolean operator?
From underscore:
_.isElement = function(obj) {
return !!(obj && obj.nodeType === 1);
};
What is the purpose of !!. It thought the result of an and statement was always true or ...
0
votes
1answer
22 views
Underscore templates failing with “unexpected identifier” in IE 8
We have a Backbone / Marionette web application. The application works fine in modern browsers but dies in IE8 with
SCRIPT1010: Expected identifier
The debugger points to a line deep in the ...
0
votes
2answers
50 views
Backbone Model gives this.set not a function in Model.initialize
I've a model listen on the vent for a event "update:TotalCost", which is triggered from (unrelated) Collection C when any model M belonging to collection C changes.
This event is coded in the ...




