Jump to content

Jquery Javascript "banner Swapper" Plugin


stkr

Recommended Posts

Hello, I'm trying to apply a plugin for jQuery, but I'm having some difficulties and was hoping that someone could help. Here is the plugin that I wish to use for my website: http://plugins.jquery.com/project/BannerSwapperAnd here is my actual site: http://lostvalley-photography.com/I wanted the banners to change on reload, but I figured that it might actually be better if they transitioned on a timer, and this seems as if it's the perfect solution.I've downloaded the "jquery.BannerRotator.js" file as well as the "jquery-1.3.2.min.js" file and inserted this into the header of my .html document:

<script src="jquery-1.3.2.min.js" type="text/javascript"></script><script src="jquery.BannerRotator.js" type="text/javascript"></script>

I left both of the files in the root folder, so the source paths are correct. I'm not really sure what to do next, though. I know how to edit the style.css and the images.xml for the images themselves, but I need someone to tell me how to get the script up and running. Any help would be really appreciated!

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...