JQ插件
$.browser()
http://jquery.thewikies.com/browser/
http://jquery.thewikies.com/browser/jquery.browser.min.js
$.cookie()
https://github.com/carhartl/jquery-cookie#readm
e-calendar
http://www.jq22.com/jquery-info541
用法和JQ是相同的
jQuery UI
交互,部件,特效,工具
配置参数,方法,自定义事件
$('#div').draggable({ cursor:'move', axis:'x', handle:'p', start:function () { $(this).css('background','blue'), }})$('input').click(function(){ $('#div').draggable('destroy');})$('#div').on('dragstart',function(){ $(this).css('background','blue');})
AJAX 资料 http://www.cnblogs.com/heyuquan/archive/2013/05/13/js-jquery-ajax.html