User Tools

Site Tools


designers:custom_js_plugins

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

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.  This is used not only for larger images, but also for user prompts and similar as a "popup" user interface.
 +
 +===== gjProgress =====
 +
 +This shows the built in circular progress bar.  It is an adaptation of the [[https://github.com/aterrien/jQuery-Knob|jQuery Knob]] plugin, with very heavy modification (simplification) to tailor the plugin specifically for use as a circular progress bar.
 +
 +===== gjSimpleCarousel =====
 +
 +This plugin is used for the simple carousel gallery rotation.  As the name suggests, it is very "simple" by design, we wanted to provide a very simple carousel since those are very common.
 +
 +Our goal here was NOT to make a "do anything" type of plugin, this is a very limited plugin that "slides" through any "gallery view", showing one row at a time.  There are probably thousands of different ways to make a "slider" or "carousel" work and look.  Our goal here was to create one simple carousel solution for sites that don't need anything too special, and leave alternate sliders and such to 3rd party solutions.
 +
 +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.  We expect there to be a few different 3rd party developer solutions to this, you can check on our site http://geocoregoodies.com for solutions that are special-made to work with the software.
 +
 +
 +===== gjUtility | gj =====
 +
 +Note that **gj** is an alias to the **gjUtility** plugin.
 +
 +This is a "utility" plugin, it is where we put tools and such that are too "simple" to warrant their own dedicated jQuery plugins.
designers/custom_js_plugins.1381779580.txt.gz · Last modified: 2014/09/25 16:55 (external edit)