http://jquery.com是英文网站,我想从这里下载jquery库文件该选哪个版本的呀?
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了http://jquery.com是英文网站,我想从这里下载jquery库文件该选哪个版本的呀?相关的知识,希望对你有一定的参考价值。
应该怎么下载呀,找哪个文件呀?
http://jquery.com/download/:
建议不要用新的版本,个人建议初学用早年的1.5.1版本。
追问谢谢你,好详细呀,我想问的是我想要下载压缩版本,要点击哪个按钮进行下载呀?
追答Release Notes:版本说明。
Minified:压缩过的版本,体积小,但那玩意不是给人看的,是给电脑看的。
Uncompressed:未压缩的原始版本,体积大,如果你想学习人家的jQuery的封装方法,就下这个。
总而言之,一般做网站的话,选minified就行了。
谢谢回答,但是按照你的这个下载后为啥用UE打不开文件呀?
追答用一般的文本文件编辑器都应该能打开。
追问我用文本编辑器UE打开时,出现这个提示框,不论点击“是”或“否”时都会又出现一个提示“应用程序错误.....”的对话框,在点击确定后就全都消失了
那你不用UltraEdit不就行了
JQuery:圆角
You will need to download a few things to easily create rounded corners. They are jQuery (http://jquery.com/) and the jQuery rounded corners plug-in (http://www.malsup.com/jquery/corner/).
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <!-- JQUERY Framework --> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script> <script type="text/javascript" src="js/jquery.curvycorners.packed.js"></script> <script type="text/javascript"> $(document).ready(function(){ //Rounded Corners $("#feature1").corner(); }); </script> <style type="text/css" media="screen"> #feature1{ float: left; height: 6em; width: 14em; min-height: 12em; margin-right: 1.5em; margin-bottom: 2em; padding: 0 1em; } </style> </head> <body> <div id="feature1"> <h4>Rounded!</h4> </div> </body> </html>
以上是关于http://jquery.com是英文网站,我想从这里下载jquery库文件该选哪个版本的呀?的主要内容,如果未能解决你的问题,请参考以下文章
http://127.0.0.1/rest/page/index 显示HTTP ERROR: 404,而输入http://localhost