This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
README.txt | Tue Dec 30 17:02:28 -0800 2008 | |
| |
index.html | Tue Dec 30 17:02:28 -0800 2008 | |
| |
spotlight.js | Tue Dec 30 17:02:28 -0800 2008 |
README.txt
jQuery Spotlight Plugin ======================= This is a plugin that allows the creation of a spotlighted content module. You can see an example here: http://examples.squishtech.com/jquery_spotlight Usage ===== $('#spotlight').spotlight([options]); If you'd like to manually stop/start a spotlight module: $('#spotlight').spotlight().stop(); $('#spotlight').spotlight().start(); Multiple spotlights can be run simultaneously. Options ======= featureItems - Class name for featured items itemContent - Class name to search the featured item for from which to retrieve the featured content feature - Class name of the main featured content container featuredClass - Class name to add to a featured item when it is selected displayTime - Number of seconds to show a feature autoReStart - After a user hovers over an item, should the rotation be restarted automatically? transition - The transition style (fadeIn, slideDown, etc). For an effect at default speed just use a string: 'fadeIn' To set the speed use an array: ['fadeIn', 'fast']







