Responsive jQuery Slider Plugin - jQuery Slider Shock

File Size: 168 KB
Views Total: 3796
Last Update:
Publish Date:
Official Website: Go to website
License: MIT
   
Responsive jQuery Slider Plugin - jQuery Slider Shock

jQuery Slider Shock is a Responsive jQuery Slider Plugin that comes with 31 available effects. The free version has has 10 of the 31 available effects in premium version and one of the 30+ skins and no external data sources (instagram, flickr, youtube, etc) included in premium.

How to use it:

1. Include jQuery Library and wpts_slider_multiple.js

<script type='text/javascript' src='http://code.jquery.com/jquery-1.7.2.js'></script>
<script type='text/javascript' src='js/wpts_slider_multiple.js'></script>

2. Call the plugin with options

<script>
  jQuery(document).ready(function(e) {
  jQuery('#my_carousel_ct').tsSlider({
   thumbs:''
  , width:'600'
  , showText: true 
  , autoplay:15000
  , imgWidth: 100
  , imgHeight: 100
  , imgMarginTop: 0
  , imgMarginLeft: 0
  , squared: true 
  , textSquarePosition: 4 
  , textPosition: 'top'
  , imgAlignment: 'Center'
  , textColor: 'F00'
  , skin: 'transparent'
  , arrows:'ts-arrow-1'
  , sliderHeight: 400 
  , effects:''
  , titleBold: 'false'
  , titleItalic: 'false'
  , textBold: 'true' 
  , textItalic: 'false' 
  , textWidth: 90
  , background_sld:'#FFF'
  , background_caption:'#000'
 });		
  });
</script>

This awesome jQuery plugin is developed by unknown. For more Advanced Usages, please check the demo page or visit the official website.