Skip to content Skip to sidebar Skip to footer
Showing posts with the label Requirejs

Cannot Read Property 'view' Of Undefined

This is my first time to use require.js with backbone, and I'm struggling to find the problem w… Read more Cannot Read Property 'view' Of Undefined

Backbone.js And Require.js: Mismatched Anonymous Define() Module: Function (_, Backbone) {

I am new to using require.js and have the following app.js file as part of my backbone app: require… Read more Backbone.js And Require.js: Mismatched Anonymous Define() Module: Function (_, Backbone) {

Angularjs Template. Inner Js Not Execute

I have many template html page, which include js code. JS do not execute when my RouteProvider load… Read more Angularjs Template. Inner Js Not Execute

Error Loading Jquery-ui In Require.js Config For Fancytree Plugin

I'm trying to load a jQuery control called fancytree and this control depends on jquery-ui. I&#… Read more Error Loading Jquery-ui In Require.js Config For Fancytree Plugin

Requirejs Paths Not Work

I'm new to RequireJS and trying to use it. I followed an example in RequireJS docs but there is… Read more Requirejs Paths Not Work

Interacting With Require.js Modules From The Firebug/chrome Console?

I'm just getting started with require.js. I have successfully wrapped jquery, some plugins, an… Read more Interacting With Require.js Modules From The Firebug/chrome Console?

Trouble Combining Require.js And Backbone.js/underscore.js

I've read previous threads where other members have had identical error messages as me, but the… Read more Trouble Combining Require.js And Backbone.js/underscore.js

Reloading / Reinitializing / Refreshing Commonjs Modules

I understand CommonJS modules are meant to load once. Lets say we have a Single Page application wi… Read more Reloading / Reinitializing / Refreshing Commonjs Modules