Simple .JQuery Slideshow
Creating Your Own .JQuery Slideshow
- Use resources provided by Professor Pak, Min to locate your favorite jQuery plugin online.
- Choose whether to style inline, internal, or external.
- Add <script> tags to the <head> of the document with the jQuery.js links.
- Add a div tag with an id of "slideshow" or some other memorable tag for your slideshow.
- Add one or more img tags inside the slideshow div. This is where you will insert links to your images.
- Modify/Add script that controls your picture gallery.
- Load page, and see your results.