How can I make this jQuery Script to work?

Hi
To begin with a big due to smoseley and mlseim for ones help the different time. From a person’s advice (go in order to Google!! )I saw an awesome article at http: //webdeveloperplus. com/jquery/featured-content-slider-using-jquery-ui/#comment-4280.
I followed the actual article and invented this featured content material slider. Check that at http: //www. zackamata. com. The condition is that the featured content slider will not rotate/update automatically such as the demo does with http: //demo. webdeveloperplus. com/featured-content-slider/.
Please what can one do so the images rotate just like in the simulated

The paths for a jQuery files are wrong inside the script reference.

alligatortek. Thank you for that word of advice. Could you remember to show me the right way to set the proper paths to my personal jQuery files

I don’t know where they are stored on the server, so very little. currently you’re going at your main folder.

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

Should you have them stored inside a js folder or perhaps something, then your path would have to be something like:

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

but currently I obtain 404 when trying to access the jquery js files using the paths that a person designated.

http: //www. zackamata. com/jquery. min. js

We have the following data files in my underlying folder < script type=" text/javascript" src=" jquery-1. SEVERAL. 2. js" > < /script>
< script type=" text/javascript" src=" jquery-ui. ONE PARTICULAR. 7. 2. custom made. min. js" > < /script>
Can it be that I have wrong files. Do i need to squeeze numbers like YOU. 3. 2 along with -ui. 1. SEVERAL. 2 etc>

try putting this instead of your current script referrals:

< script type=" text/javascript" src=" http: //ajax. googleapis. com/ajax/libs/jquery/1. SEVERAL. 2/jquery. min. js" > < /script>
< script type=" text/javascript" src=" http: //ajax. googleapis. com/ajax/libs/jqueryui/1. 5. 3/jquery-ui. min. js" > < /script>
they point in the jQuery repository on the search engines, so it should ease server performance, and I understand that they basically exsist. You should reference js files utilizing EXACT file names, or you’ll think of a 404 (file possibly not found).

This entry was posted in Web Design and tagged , , , , , , , , , , , , , , . Bookmark the permalink.

Related Posts

Leave a Reply

Your email address will not be published. Required fields are marked *