任务一: jQuery快速入门 让教学更简单,让∏学习更有效 获取 jQuery 从官方网站http:/jquery.com下载最新版本的jQuery文件 Your donations help fund the continued JqUery development and growth of jQuery. SUPPORT THE PROJECT Plugins Browser Support Download jQuery v1,1.3orv21.4 C553 View Source on GitHub→ Footprint Compliant Brow How iQuery Works→ 起
任务一:jQuery快速入门 让IT教学更简单,让IT学习更有效 获取jQuery 从官方网站http://jquery.com/ 下载最新版本的jQuery文件
任务一: jQuery快速入门 让教学更简单,让∏学习更有效 获取 jQuery 从官方网站http:/jquery.com下载最新版本的jQuery文件 g Download jQuery I jQuery x+ e0jquery.com/download/ 回vc≡ jQuery 1.x The jQuery 1.x line had major changes as of jQuery 1.9.0. We strongly recommend that you also use the jQuery Migrate plugin if you are upgrading from pre-1. 9 versions of jQuery or need to use plugins that haven't yet been updated. Read the jQuery 1.9 Upgrade Guide and the jQuery 1.9 release blog post for more information Download the compressed production jQuery 1. 11.3 压缩后的生产版 Download the uncompressed development iQuery 1.11.3 未压缩的开发版 Download the map file for jQuery 111.3 jQuery 1. 11.3 release notes 起
任务一:jQuery快速入门 让IT教学更简单,让IT学习更有效 获取jQuery 从官方网站http://jquery.com/ 下载最新版本的jQuery文件
任务一: jQuery快速入门 让教学更简单,让∏学习更有效 获取 jQuery 在HTML中引入 jQuery文件,实现对 jQuery的部署 方式一引入了当前目录下的 Query文件库 jquery. mIn s 方式二则通过公共的CDN的优势加快了 jQuery文件的加载速度。 !-方式一:引入本地下载的 lQuery-- <script src="jquery. minjs></script> 通过CDN(内容分发网络)引入 JQuery--> scriptsrc="http://libs.baiducom/jquery/1.11.3/jquery.min.js"></script> 回
任务一:jQuery快速入门 让IT教学更简单,让IT学习更有效 获取jQuery 在HTML中引入jQuery文件,实现对jQuery的部署 • 方式一引入了当前目录下的jQuery文件库jquery.min.js • 方式二则通过公共的CDN的优势加快了jQuery文件的加载速度
任务一: jQuery快速入门 让教学更简单,让∏学习更有效 什么是 jQuery 2、获取 jQuery 3、使用 jQuery 4、 jQuery对象 引入知识点 5、 jQuery选择器 6、元素内容操作 9 起
让IT教学更简单,让IT学习更有效 引 入 知 识 点 任务一:jQuery快速入门 1、什么是jQuery 2、获取jQuery 3、使用jQuery 4、jQuery对象 5、jQuery选择器 6、元素内容操作
任务一: jQuery快速入门 让教学更简单,让∏学习更有效 使用 jQuery 通过 jQuery去除字符串 script> var str1= hello 左右两端的空格 调用 Query中的trim()方法 var str2=$ trim(str1); console. log +str1+"]") console,log("去除两端空格:["+str2+"]") </script> 回
任务一:jQuery快速入门 让IT教学更简单,让IT学习更有效 使用jQuery 通过jQuery去除字符串 左右两端的空格