Difference between revisions of "Using Global Javascript Assets"
From Spiffy Stores Knowledge Base
m (→JQuery) |
m (→jQuery) |
||
Line 19: | Line 19: | ||
The jQuery framework is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. | The jQuery framework is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. | ||
− | Further documentation is available from the jQuery website at | + | Further documentation is available from the jQuery website at http://jquery.com/ |
Revision as of 08:21, 19 January 2011
A number of Javascript frameworks and components have been installed on the Spiffy Stores servers and are available for use in the store themes.
These software components are maintained and kept up to date for you, so that you don't need to include them in your theme.
All components can be accessed from your theme using the liquid tag
global_asset_url(input)
Contents
Prototype
Scriptaculous
MooTools
jQuery
The jQuery framework is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development.
Further documentation is available from the jQuery website at http://jquery.com/