This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
designers:custom_js_plugins [2013/10/14 19:28] jonyo created |
designers:custom_js_plugins [2014/10/21 16:28] (current) geojames |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Custom | + | ====== |
The software comes with several JavaScript (JS) plugins to do specific things in the software. | The software comes with several JavaScript (JS) plugins to do specific things in the software. | ||
- | <tip c w>**In Progress**: We're still working on this page!</tip> | + | 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 | ||
+ | |||
+ | |||
+ | ===== gjUtility | gj ===== | ||
+ | |||
+ | Note that **gj** is an alias to the **gjUtility** plugin. | ||
+ | |||
+ | This is a " |