Difference between revisions of "Using Global Javascript Assets"
From Spiffy Stores Knowledge Base
m (Created page with '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 ma…') |
m |
||
Line 5: | Line 5: | ||
All components can be accessed from your theme using the liquid tag | All components can be accessed from your theme using the liquid tag | ||
− | < | + | <pre> |
global_asset_url(input) | global_asset_url(input) | ||
− | </ | + | </pre> |
+ | |||
+ | === Prototype === | ||
+ | |||
+ | === Scriptaculous === | ||
+ | |||
+ | === MooTools === | ||
+ | |||
+ | === JQuery === |
Revision as of 08:18, 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)