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

How Do I Use Jquery Ui With Requirejs

I want to use jQuery UI's addClass function in my application. Beside I am using the normal jQu… Read more How Do I Use Jquery Ui With Requirejs

Can't Get Backbone-relational To Work With Amd (requirejs)

I have the following Backbone router definition in CoffeeScript: // appointments_router.js.coffee d… Read more Can't Get Backbone-relational To Work With Amd (requirejs)

Dynamic Loading Of Modules From Array Using Requirejs

I am working on an application using RequireJS AMD loading method. I have my modules dynamical pick… Read more Dynamic Loading Of Modules From Array Using Requirejs

Don't Invoke Inherited Method Twice In Es6 Classes

I'm moving from RequireJS to browserify (together with babelify) and try to rewrite my current … Read more Don't Invoke Inherited Method Twice In Es6 Classes

Exporting Createjs Lib Assets For Use With Require.js

I'm trying to use assets (vector, movieclips, etc.) exported from the Flash IDE for CreateJS bu… Read more Exporting Createjs Lib Assets For Use With Require.js

Load External Scripts With Requirejs Without Access To Config

I'm trying to load the datatables javascript library in a plugin that I'm writing. The issu… Read more Load External Scripts With Requirejs Without Access To Config

Circular Dependencies For A Web App Using Backbone.marionette And Requirejs

I am in the following situation. I am using requireJs to loads module and I don't want to use g… Read more Circular Dependencies For A Web App Using Backbone.marionette And Requirejs

Require Js Is Ignoring My Config

I'm having pretty simple directory structure for scripts: /js/ Solution 1: Solved. The … Read more Require Js Is Ignoring My Config

Requirejs Anonymous Dependency Not Defined

I have a problem with requirejs and a dependency being undefined. My setup is the following: var li… Read more Requirejs Anonymous Dependency Not Defined

Requirejs, Jquery Still Undefined

I know this has already been discussed, but after searching for a while I can't figure out why … Read more Requirejs, Jquery Still Undefined

Calling Methods In Requirejs Modules From Html Elements Such As Onclick Handlers

I'm changing a project from an 'old' browser-style module structure to a 'new' … Read more Calling Methods In Requirejs Modules From Html Elements Such As Onclick Handlers

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

Requirejs Multiple Module In Single File

I want to merge multiple modules into a single file, but I can't find an official document abou… Read more Requirejs Multiple Module In Single File

Use A Typescript Module/class In The Browser And In The Server (node.js)

How would I use the same typescript class or module in a client side javascript file and in a serve… Read more Use A Typescript Module/class In The Browser And In The Server (node.js)

Using Require.js With Twitter Boostrap Api And Backbone

Regarding this entry Loading Backbone and Underscore using RequireJS it is quite clear to me how do… Read more Using Require.js With Twitter Boostrap Api And Backbone

Requirejs Does Not Follow Relative Path For Data-main With Baseurl Set

Using requireJS, I am trying to specify a path for my data-main that is different from the baseUrl.… Read more Requirejs Does Not Follow Relative Path For Data-main With Baseurl Set

Where Do I Put My Knockout.js Extensions When Using Typescript And Requirejs

I am in the process of porting some javascript code to typescript and using requirejs. I have a con… Read more Where Do I Put My Knockout.js Extensions When Using Typescript And Requirejs

Backbone With Requirejs

I am building a complex web app and trying to use requirejs with backbone. I found out that backbon… Read more Backbone With Requirejs

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?

Require JS Is Ignoring My Config

I'm having pretty simple directory structure for scripts: /js/ Solution 1: Solved. … Read more Require JS Is Ignoring My Config