Quantcast
Viewing all articles
Browse latest Browse all 105

Re: Replace flash with JQuery Cycle plugin on my website

You have to have lines that point to your own hosted code.

 

Here's an example:

 

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

<script type="text/javascript" src="js/jquery.cross-slide.min.js"></script>

 

Now, you can see that we have jQuery hosted locally on my server and it's minified. It's an older version (1.4.2) but it is the same idea. You can see that the path is a folder called "js" for JavaScript and the minified jQuery is in that folder.

 

Then there is the second line, which points to a JavaScript plugin (called cross-slide), also hosted locally in the js folder.

 

Final website is here: Interface Graphic Design.

 

Locally-hosted, in a local subdirectory within the root of the website on the remote host.

 

Make sense?


Viewing all articles
Browse latest Browse all 105

Trending Articles