jQuery学习笔记——尾声
使用jQuery创建动画效果?隐藏和显示
?
$(function(){ $.get("cities.xml",function(xml){ alert(xml); }); });