RequireJS is a JavaScript file and module loader.
I'm changing a project from an "old" browser-style module structure to a "new" browser-or-server-side-javascript module structure with require.js. On …
javascript html module requirejsWhat's the difference between using Require.JS amd simply creating a <script> element in the DOM? My understanding …
javascript requirejs dynamic-script-loading js-amdI want to use jQuery UI's addClass function in my application. Beside I am using the normal jQuery, underscore, backbone …
javascript jquery-ui requirejsI'd like to define a module which computes a new dependancy, fetches it and then returns the result. Like so: …
import module requirejs synchronousI have an AMD module I want to test, but I want to mock out its dependencies instead of loading …
javascript unit-testing mocking requirejsLet's say I am writing code at the main page level and 2 dependencies require the same instance of an object …
javascript singleton requirejsI couldn't find an answer for my issue on SO or Github, so I am posting this: I created a …
requirejs r.jsI've been trying to use JSDoc3 to generate documentation on a file, but I'm having some difficulty. The file (which …
javascript requirejs jsdoc jsdoc3I am trying to load some content using require.js. If the content doesn't exist I'd like to catch the …
javascript requirejsPossible Duplicate: How to load bootstrapped models in Backbone.js while using AMD (require.js) I am currently creating a …
javascript module requirejs amd