This example shows one way to load jQuery and jQuery plugins with require.js. In this example, we have modified the plugins to be wrapped in a define(), rather than ...
index.html - the entry point into the app. app.js - the top-level config script used by index.html app/ - the directory to store project-specific scripts. lib/ - the directory to hold third party ...