Sudo Slider jQuery Plugin - Touch demo with links

The slider won't react when you drag/click the links.

Space between sliders

Usage

Include the javascripts

<script type="Text/Javascript" src="http://code.jquery.com/jquery-1.11.2.min.js"></script>
<script type="text/javascript" src="../js/jquery.sudoSlider.min.js"></script>

The Javascript to start it, this starts both sliders.

<script type="text/javascript" >
   $(document).ready(function(){
      $(".slider").sudoSlider({
         continuous: true,
         touch: true,
         mouseTouch: true,
         touchHandle: "> * :not(a)",
         prevNext: true,
         numeric: true
      });
   });
</script>