September 2, 200917 yr Hi, I am just in the process of building my first website and had no problems uploading to the web via FTP until I started incorporating jquery into my code now I find i cannot upload my pages at all! I am receiving a 403 access denied error message. When I test my FTP set-up it is fine and I have checked that all links in my code is pointing to files that i am uploading but still nothing and it is driving me mad! Ive atached my 2 HTML and CSS files, the .js files i have are these: function.js jquery-1.3.2.min.js jquery.galleria.pack.js jquery.js jquery.min.js Please can anyone give me any advice on why this is happening and if I should be blaming these jquery files I've downloaded! Thanks nikki www.artandescape.com stuart_fig.htmlIndex.htmlgalleria.cssstyle.css
September 2, 200917 yr Hi n1kk1, firstly please change the name of this file "Index.html" to "index.html". Looks like your problem about your hosting company, its not about jQuery. You have to contact with them. No javascript files uploaded to both js and scripts folders. You can link jQuery and it's components like this if they availiable on the net/google. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
September 3, 200917 yr Author Hi n1kk1, firstly please change the name of this file "Index.html" to "index.html". Looks like your problem about your hosting company, its not about jQuery. You have to contact with them. No javascript files uploaded to both js and scripts folders. You can link jQuery and it's components like this if they availiable on the net/google. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script> many thanks Heiken that explains a lot! Nikki
Create an account or sign in to comment