Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- http://designscrazed.net/free-responsive-jquery-image-sliders/
- http://responsiveslides.com/
- Step 1
- connect to the jquery library
- http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js
- or
- <script src="js/jquery-migrate-1.2.1.min.js"></script>
- step2
- add slider jquery
- http://pastebin.com/G7825RMa
- step 3
- add slider css
- http://pastebin.com/LuK7d6L4
- step 4
- add html
- http://pastebin.com/5ynyszap
- final step
- hook up the slider from jquery.js
- <script>
- $(function() {
- $(".rslides").responsiveSlides();
- });
- </script>
Advertisement
Add Comment
Please, Sign In to add comment