
jQuery
勇哥聊IT
分享编程心得,共赏技术风景
展开
-
Jquery效果
隐藏 <script type="text/javascript" src="http://code.jquery.com/jquery-1.7.2.js"> $(document).ready(function() { $("div").click(function() { $(this).hide(); }) $("#all").click(functi原创 2012-08-06 11:15:37 · 446 阅读 · 0 评论 -
JQuery大全
官网:http://jquery.com/ .css http://api.jquery.com/css/ 引入jquery Google Ajax API CDN (Also supports SSL via HTTPS) https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js http://c原创 2012-08-01 17:16:44 · 764 阅读 · 0 评论 -
jquery笔记
http://www.w3school.com.cn/tiy/t.asp?f=jquery_selector_animated原创 2012-09-10 09:29:55 · 547 阅读 · 0 评论 -
jquery tabs 学习笔记
测试案例 one two three hello one hello two hello three button 触发tabs标签事件: $(document).ready(function() { $(".btn").button(); //获取tab标签的标题,内容 $(".b原创 2012-10-18 10:52:34 · 925 阅读 · 0 评论