backbone.js
Backbone.js: get current route
Using Backbone, is it possible for me to get the name of the current route? I know how to bind to route change events, but I\'d like to be able to deter开发者_如何学Cmine the current route at other ti[详细]
2023-04-08 09:47 分类:问答Backbone.js : repopulate or recreate the view?
In my web application, I have a user list in a table on the left, and a user detail pane on the right. When the admin clicks a user in the table, its details should be d开发者_运维知识库isplayed on th[详细]
2023-04-08 04:45 分类:问答How to pluck a Backbone collection's attribute
I want to create an array of specific attribute values from a Backbone collection. var days = _.select([详细]
2023-04-08 04:26 分类:问答Backbone problem with this object
This is my View in Backbone framework: jQuery(document)ready(function() { com.company.View = Backbone.View.extend({[详细]
2023-04-08 04:05 分类:问答zombie.js visit() calling back too early (using browserify)
Im using zombie to test a backbone app, when I use zombie.visit, zombie calls the vows callback before all scripts on the page are loaded, so my backbone app isn\'t loaded. However if I wait for the \[详细]
2023-04-07 16:51 分类:问答Backbone.js appending more models to collection
I have a following code that fetches data from the server and add to the collection. // common function for adding more repos to the collection[详细]
2023-04-07 16:08 分类:问答backbone.js events and el
Okay, so I\'ve read several other questions regarding Backbone views and events not being fired, however I\'m still not getting it sadly.I been messing with Backbone for about a day, so I\'m sure I\'m[详细]
2023-04-07 14:07 分类:问答Best way to asynchronously load underscore templates
I\'m planning to use backbone.js and underscore.js for creating website, and I will have lots of underscore templates:[详细]
2023-04-07 13:34 分类:问答IE8 not POSTing data after 307 redirect from ASP.NET
I\'m (re)writing a RESTful resource scheduler app using ASP.NET 3.5/SQL Server as the backend, and jQuery/Backbone.js as the front. In ASP.NET, I\'m using WCF services, with RouteTable routes to route[详细]
2023-04-07 12:48 分类:问答What's a good architecture/pattern for developing server-side node.js?
What\'s a good architecture/pattern for developing server-side 开发者_JS百科node.js? I will be using a backbone.js MVC architecture on the front-end, transporting over websockets.[详细]
2023-04-07 11:09 分类:问答