最赞回答 / 李晓健
http://www.imooc.com/learn/250 这个不是挺好的嘛,先看一些原生的ajax原理 , 再去看一些框架或类库封装过的就比较容易理解了。
2015-12-04
最赞回答 / zhuxuehai2008
if(x==1){$("").show(2000,function(){x=0;});}else{$("").hide(2000,function(){x=1})}
2015-12-03
已采纳回答 / 罗坚元
$("#frmTest :text")是指 #frmTest下面所有 type = text 的jQuery集合,而$(":text")是所有type = text的jQuery集合
2015-12-03