I currently have my files set to the following:
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.0/jquery.mobile-1.0.min.css" />
<script src="http://code.jquery.com/jquery-1.6.4.min.js"></script>
<script src="http://code.jquery.com/mobile/1.0/jquery.mobile-1.0.min.js"></script>
I want to host the files so I used the ZIP file Zip File: jquery.mobile-1.0.zip from http://jquerymobile.com/download/ which says it contains all the files.
This is where I got a little confused. I created a folder JQUERY, dumped all the files in there, then went to set it up, but see the names of the files in the ZIP don't match the ones I was currently using, so was unsure how to change to 'local'.
I also tried to manually download the minified, GZIPPED, individual files, when I checked them out they did not match what it said on the download page, example jquery.mobile-1.0.min.js says it was 24k but mine was 80k
I'm just a little confused and would appreciate any guidance and clarification that anybody can give to me
Thanks
Mark
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.0/jquery.mobile-1.0.min.css" />
<script src="http://code.jquery.com/jquery-1.6.4.min.js"></script>
<script src="http://code.jquery.com/mobile/1.0/jquery.mobile-1.0.min.js"></script>
I want to host the files so I used the ZIP file Zip File: jquery.mobile-1.0.zip from http://jquerymobile.com/download/ which says it contains all the files.
This is where I got a little confused. I created a folder JQUERY, dumped all the files in there, then went to set it up, but see the names of the files in the ZIP don't match the ones I was currently using, so was unsure how to change to 'local'.
I also tried to manually download the minified, GZIPPED, individual files, when I checked them out they did not match what it said on the download page, example jquery.mobile-1.0.min.js says it was 24k but mine was 80k
I'm just a little confused and would appreciate any guidance and clarification that anybody can give to me
Thanks
Mark


