Skip to content Skip to sidebar Skip to footer
Showing posts with the label Js Amd

Require Js Ruins Code Navigation

require.js states the way of defining objects inside modules with define([requiremens], object) as … Read more Require Js Ruins Code Navigation

Jquery Plugin + Amd = How To Access Functions?

I am wrapping up my jQuery plugin in an AMD environment. This is my boilerplate, !function(root, fa… Read more Jquery Plugin + Amd = How To Access Functions?