This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
designers:custom_js_plugins [2013/10/14 19:39] jonyo |
designers:custom_js_plugins [2014/10/21 16:28] (current) geojames |
||
---|---|---|---|
Line 5: | Line 5: | ||
You can find each custom jQuery plugin below along with notes on what customizations can be done with it. All customizations documented on this page are possible with no changes to the original JS files. | You can find each custom jQuery plugin below along with notes on what customizations can be done with it. All customizations documented on this page are possible with no changes to the original JS files. | ||
+ | ===== gjImageFade ===== | ||
+ | This jQuery plugin is used on the default front page, to make the images that are part of the search box, fade in and out. | ||
+ | |||
+ | ===== gjLightbox ===== | ||
+ | |||
+ | This one is used for the lightbox affect used in a variety of places. | ||
+ | |||
+ | ===== gjProgress ===== | ||
+ | |||
+ | This shows the built in circular progress bar. It is an adaptation of the [[https:// | ||
+ | |||
+ | ===== gjSimpleCarousel ===== | ||
+ | |||
+ | This plugin is used for the simple carousel gallery rotation. | ||
+ | |||
+ | Our goal here was NOT to make a "do anything" | ||
+ | |||
+ | If you want to change how it works, how it looks, or perhaps use a different slider or carousel that you found somewhere, something **beyond the options listed here**, we recommend to use a 3rd party script. | ||
+ | |||
+ | |||
+ | ===== gjUtility | gj ===== | ||
+ | |||
+ | Note that **gj** is an alias to the **gjUtility** plugin. | ||
+ | |||
+ | This is a " |