You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -93,6 +93,10 @@ etc...
93
93
94
94
Also include is a jQuery version of the plugin that can be called via $.url() with all the same options. If you're already using jQuery it may be better to use the jQuery version to avoid namespacing issues.
95
95
96
+
## AMD module
97
+
98
+
If AMD loader present (basically `(typeof window.define === 'function' && window.define.amd !== undefined) === true`) the script registers itself as anonymous AMD module without polluting global `window`-object or extending `jQuery`.
99
+
96
100
## Grunt.js
97
101
98
102
If you want to use Grunt you will need to install the required plugins locally using `npm install` in the root folder of your project. If you need to setup Grunt on your system you can follow my [Setting up Grunt.js](http://www.websanova.com/blog/javascript/how-to-setup-grunt) guide.
0 commit comments