HannahS
03-26-2012, 08:31 PM
Hi, this is my first ever post and i'm very new to coding so i hope i can explain this properly.
I want to create a website similar to www.facepark.org, i'm aware this one was built in flash but my teacher said it should be possible to make using jquery.
I found a website with the code that i need to allow the user to scroll around the website but as far as i can understand it to allow this code to work you have to install the jquery library first.
So i have downloaded the jquery library from jquery.com and the put this download into my website folder.
I then read on the site that i should write this:
<script type="text/javascript" src="jquery-1.7.1/jquery.min.js"></script>
</head>
to make it look for the library.
Now in dreamweaver the jquery.min.js appears in a seperate tab to the rest of my source code and when i click on it it says jquery.min.js is not on the local disk and when i click 'get' it says that its not in the defined site.
I've tried to research to find out what i'm doing wrong but i can't find it anywhere and i'm very confused. I hope i've managed to explain this so it makes sense!
I'd be extremely grateful if anyone could offer any advice or even give me an idea of where to look for help!
Thank you
Hannah
I want to create a website similar to www.facepark.org, i'm aware this one was built in flash but my teacher said it should be possible to make using jquery.
I found a website with the code that i need to allow the user to scroll around the website but as far as i can understand it to allow this code to work you have to install the jquery library first.
So i have downloaded the jquery library from jquery.com and the put this download into my website folder.
I then read on the site that i should write this:
<script type="text/javascript" src="jquery-1.7.1/jquery.min.js"></script>
</head>
to make it look for the library.
Now in dreamweaver the jquery.min.js appears in a seperate tab to the rest of my source code and when i click on it it says jquery.min.js is not on the local disk and when i click 'get' it says that its not in the defined site.
I've tried to research to find out what i'm doing wrong but i can't find it anywhere and i'm very confused. I hope i've managed to explain this so it makes sense!
I'd be extremely grateful if anyone could offer any advice or even give me an idea of where to look for help!
Thank you
Hannah