> I'm very new to HTML and newer to JavaScript.  Just getting started
> with Expression Web 2.
>
> I downloaded jquery.cycle.lite.js thinking I can use it for simple
> swapping of photos in a space on my opening (home) page.
>
> I've put following in my file.
> <script src="jquery.cycle.lite.js" type="text/javascript">
>    <!--
>
>    // -->
> </script>
> But, can't figure out what to put between the comment tags.  And, what
> else will be needed.  I'm sure somehow I must assign the graphic files
> to be used and probably more.
>
> A jump start will be most appreciated!
>
>    >don<

Hi Don,

View the source on this page:

http://jquery.malsup.com/cycle/simple.html

That is the simplest demo that I have.  In your case you can change
the script reference from "jquery.cycle.js" to
"jquery.cycle.lite.js".  Remember to be sure that the script
references to both jquery and cycle point to the correct folders on
your server. In my case the scripts are stored in different folders.

Cheers!

Mike

Reply via email to