kalponikoronno

slider

Aug 30th, 2014
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.54 KB | None | 0 0
  1. http://designscrazed.net/free-responsive-jquery-image-sliders/
  2.  
  3. http://responsiveslides.com/
  4. Step 1
  5. connect to the jquery library
  6. http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js
  7. or
  8. <script src="js/jquery-migrate-1.2.1.min.js"></script>
  9.  
  10. step2
  11. add slider jquery
  12. http://pastebin.com/G7825RMa
  13.  
  14. step 3
  15. add slider css
  16. http://pastebin.com/LuK7d6L4
  17.  
  18. step 4
  19. add html
  20. http://pastebin.com/5ynyszap
  21.  
  22.  
  23. final step
  24. hook up the slider from jquery.js
  25. <script>
  26.   $(function() {
  27.     $(".rslides").responsiveSlides();
  28.   });
  29. </script>
Advertisement
Add Comment
Please, Sign In to add comment