jQuery中文入门指南,翻译加实例,jQuery的起点教程
jquery ajax Post Get 例子登录验证
//onload事件
$(document).ready(function() {
});
//缩写

$(function(){

});