JQuery学习使用笔记

1. $(function(){     
         $("div.sider li a").bind("click",function(event){     
         if(this.href=="")userLoginComponent.showWin('用户登录',500,200,'Login.aspx');});              
    });
 
    jQuery 1.4.2:性能改进和一些新的API,速度比1.4.1版本又提升了一倍 http://www.javaeye.com/news/13439
    软件技术开发交流区:http://www.javaeye.com/wiki/topic/638179
3.《jQuery 实战》英文《jQuery in Action》
原文地址:https://www.cnblogs.com/ylemzhang/p/1751487.html