![]() |
JQuery 5 Besten Custom Plugins (Rotator/AJAX Slideshow) |
![]() It’s really amazing to see what one can create using jQuery. Developers just don’t stop making incredibly interactive web applications every now and then. This post just demonstrates excellent examples of some of the best custom jQuery plugins out there. - jShowOff: a jQuery Content Rotator Plugin jShowOff is a jQuery plugin for creating a rotating content module. It works by creating 'slides' from the child elements (eg. <li>) inside a specified wrapper element (eg. <ul>) on which .jshowoff() is invoked. It then rotates through the slides, with options for controls, links, and more. This type of module is often used to promote pages, sections, or features on a site. - Required Files 1. [the jQuery Core javascript Library (1.3+)][1] 2. [jquery.jshowoff.min.js][2] To get jShowOff up and running, simply include the above files on your page, create the required slides markup and invoke the method (example below). You can use the default skin ([jshowoff.css][3]) from the demo, or restyle the elements to your liking. - How to Use The required markup for jShowOff is a parent element with one or more child elements, which are used as the 'slides'. The following is a basic example: <div id="features"> <div><p>This is a slide!</p></div> <div>[url=http://google.com][img=|Google Logo]http://www.google.com/intl/en_ALL/images/logo.gif[/img][/url]</div> </div> <script type="text/javascript"> $(document).ready(function(){ $('#features').jshowoff(); }); </script> - Options jShowOff has several options for customization. Pass these settings as an object to the .jshowoff() method like this: $('#features').jshowoff({ speed:1500, links: false }); }); <table id="options" cellpadding="0" cellspacing="0"> <col /> <col /> <col width="120" /> <col /> <tr> <th>Property</th> <th>Type</th> <th>Default</th> <th>Description</th> </tr> <tr> <td>animatePause</td> <td>boolean</td> <td>true</td> <td>Whether to use 'Pause' animation text when pausing.</td> </tr> <tr> <td>autoPlay</td> <td>boolean</td> <td>true</td> <td>Whether to start playing immediately.</td> </tr> <tr> <td>changeSpeed</td> <td>integer</td> <td>600</td> <td>Speed of transition in milliseconds.</td> </tr> <tr> <td>controls</td> <td>boolean</td> <td>true</td> <td>Whether to create & display controls (Play/Pause, Previous, Next).</td> </tr> <tr> <td>controlText</td> <td>object</td> <td>{ play:'Play', pause:'Pause', previous:'Previous', next:'Next' }</td> <td>Text to use for controls (Play/Pause, Previous, Next). For multi-language support, etc.</td> </tr> <tr> <td>cssClass</td> <td>string</td> <td>true</td> <td>Add an additional custom class to the .jshowoff wrapper.</td> </tr> <tr> <td>effect</td> <td>string</td> <td>'fade'</td> <td>Type of transition effect: 'fade', 'slideLeft' or 'none'.</td> </tr> <tr> <td>hoverPause</td> <td>boolean</td> <td>true</td> <td>Whether to pause on hover.</td> </tr> <tr> <td>links</td> <td>boolean</td> <td>true</td> <td>Whether to create & display numeric links to each slide.</td> </tr> <tr> <td>speed</td> <td>integer</td> <td>3000</td> <td>Time each slide is shown in milliseconds.</td> </tr> </table> Additionally, the value of the title attribute on the 'slide' elements will be inserted as the text for the corresponding 'slide link' in lieu of the default numeric value. - Future Features * Option to show slides randomly. - Change Log 0.1.2 * Added effect option to customize transitions. Options currently include: fade, slideLeft or none. Slide effect uses new global jQuery mini-plugin, $.slideIt(), which can be used on separately on any element. * Added hoverPause option to temporarily stop slide rotation on hover. * $.jshowoff() can now be invoked on any element and can take any child element as a 'slide'. Previously, only allowed <div>'s. * Added ability to customize slide link text via slide element's title attribute. * Added controlText parameter to allow custom text for controls (multi-language support, etc). * Added the animatePause option to specify whether to show the pause animation when pausing. * Changed a lot of dynamic markup and classes, skin CSS, and internal functions, so beware when upgrading. The plugin is still young, so it's subject to substantial change. 0.1.1 * Added error check for changeSpeed set less than speed. * Added cssClass option to specify additional class on .jshowoff wrapper. * Now possible to invoke multiple instances, each with unique classes (for container, controls and links). 0.1.0 * Initial release. Download JQuery 5 besten Custom Plugins |
34 people say it works. |
Categories: PHP Scripts Tags: jquery plugin, joomla, datalife engine, wordpress, jquery, photoshop, javascript, tutorials, rotator, ajax slideshow, ajax |
![]() |
AS3 XML Image Slideshow (Flickr Slideshhow Style) An Advanced AS3 XML Image Slideshow which is similar as Flickr Slideshhow. Easy,clean and flexible usages for different kinds of needs.Demo: http://activeden.net/item/as3-xml-image-sl...ow-style/12385 ... |
![]() |
XML Video Player With Advertisement Video - ActiveDen Professional XML Video Player With Advertisement Video This player has two version and two skin. FlashVars and XML version. It can play your advertisement video when player first start. Supports FLVs ... |
![]() |
PHP Database Session Class - CodeCanyon Create user sessions with this easy to use class. Each session is stored in a database and is locked to the current browser and ip address. Create Sessions, Destroy Sessions, Create Session Variables, ... |
| CSS Download Buttons - CodeCanyon Version 1.1: dropdown bug fixed Set of 6 animated web download buttons created with CSS . To set them up only one css file is needed. Pure CSS , no javascript No images (except icons) Over 120 ... |
![]() |
All Language packs Released for vBulletin 4.0.X All downloadable language packs can be viewed in country orderDE - Deutsch Language Pack [vBulletin 4.1.3] (Forum + Blog + CMS)DE - Deutsch Language Pack [vBulletin 4.1.2] (Forum + Blog + CMS)DE - D ... |
Information! Members of Guest cannot leave comments.
