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

Sharing Common Code Across Pages With Browserify

I have a fairly large multi-page javascript applications that uses requirejs to organize code. I am… Read more Sharing Common Code Across Pages With Browserify

Using Angularjs With Requirejs - Cannot Read Property 'module' Of Undefined

I had started writing an app using angularJS. After a few weeks, I suddenly realized that I should … Read more Using Angularjs With Requirejs - Cannot Read Property 'module' Of Undefined

Unable To Call Functions With Require.js

i try to write an module for my node.js server with require.js that just returns the object i want … Read more Unable To Call Functions With Require.js

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

Why Do I Need To Load Jquery Twice

In my html page, I need to put jquery twice. If I take anyone of them out my page , then the page d… Read more Why Do I Need To Load Jquery Twice

Optimize/build Modules Under Parallel Directories Using The Same Config File In Requirejs

I have a feeling that the title just might not be explanatory :) Setup Suppose that I have the foll… Read more Optimize/build Modules Under Parallel Directories Using The Same Config File In Requirejs

How To Document A Require.js (amd) Modul With Jsdoc 3 Or Jsdoc?

I have 2 types of Modules: Require.js Main File: require.config({ baseUrl: '/another/… Read more How To Document A Require.js (amd) Modul With Jsdoc 3 Or Jsdoc?

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