jQuery v1.5.2发布 一个优秀的Javascrīpt框架

Jquery是继prototype之后又一个优秀的Javascrīpt框架。它是轻量级的js库(压缩后只有21k) ,它兼容CSS3,还兼容各种浏览器 (IE 6.0+, FF 1.5+, Safari 2.0+, Opera 9.0+)。jQuery使用户能更方便地处理HTML documents、events、实现动画效果,并且方便地为网站提供AJAX交互。jQuery还有一个比较大的优势是,它的文档说明很全,而且各种应用也说得很详细,同时还有许多成熟的插件可供选择。jQuery能够使用户的html页保持代码和html内容分离,也就是说,不用再在html里面插入一堆js来调用命令了,只需定义id即可。

jQuery 1.5.2更新日志:

#6158 Fixed replaceWith from throwing errors on non existent elements.
#7340 We now use a single capturing handler to simulate bubbling focusin/focusout event on non-IE browsers. Allows native DOM methods to fire events other than the currently active one back into jQuery.
#8353 Reverted. Adds a catch block in resolveWith so that the finally block gets executed in IE7 and IE6. Fixes #8438 – an issue where the full functions stack wasn’t visible when debugging in Google Chrome.
#8380 Make it so that $(‘:text’) matches <input> as ‘type=text’ is the implied default.
#8421 Makes sure resolveWith can be called with only one parameter.
#8423 Never set X-Requested-With header automagically for cross-domain requests. Fixes an issue where all cross-domain ajax requests are pre-flighted and require extra additional options.
#8456 Fixed an issue where trigger(‘mouseover’) was no longer triggering mouseenter. We make sure parent is not null before crawling into its lap, so mouseenter is triggered on a mouseover event.
#8509 Makes URL regexp less overzealous and ensures it recognizes URL schemes which do not contain a conformant hierarchical structure (as per section 2.1.2 of http://www.ietf.org/rfc/rfc2718.txt). Also adds about: and adobe air’s app: and app-storage: to the list of local protocols and provides a failover in case document.location is illformed.
#8536 Introduced submodules to the jQuery repository on GitHub.
#8381 Fixed .is(“div”) to work on disconnected nodes in IE 9.
#8316 Fixed .offset() setter on fixed elements in WebKit.
#3333 Fixed incorrect .css(“marginRight”) in WebKit.
#8692 Fixed an issue where the arguments object sometimes ended up with undefined values outside the $.when method.
#8346 Fixed a compatibility issue with jQuery.camelCase() and IE9 prefixes.
#8203 Removed some unnecessary nulling of elements done in the name of an IE memory cleanup.
#8519 Prevent the core makefile from applying minification if nothing in the code has actually changed.
#8587 Fixed the jQuery-git.js cron-job to ensure that it is being regularly updated.
#8635 Corrected an issue with Firefox 3.6 where an issue with getComputedStyle() was resulting in uncaught exceptions.

下载地址:

jQuery Minified (29kb Gzipped) jQuery Regular (214kb)

时间: 2024-08-06 18:43:35

jQuery v1.5.2发布 一个优秀的Javascrīpt框架的相关文章

jQuery v1.5.1 RC 1发布 一个优秀的Javascrīpt框架

Jquery是继prototype之后又一个优秀的Javascrīpt框架.它是轻量级的js库(压缩后只有21k) ,它兼容CSS3,还兼容各种浏览器 (IE 6.0+, FF 1.5+, Safari 2.0+, Opera 9.0+).jQuery使用户能更方便地处理HTML documents.events.实现动画效果,并且方便地为网站提供AJAX交互.jQuery还有一个比较大的优势是,它的文档说明很全,而且各种应用也说得很详细,同时还有许多成熟的插件可供选择.jQuery能够使用户的

jQuery v1.5.1发布 优秀的Javascript框架

Jquery是继prototype之后又一个优秀的Javascript框架.它是轻量级的js库(压缩后只有21k) ,它兼容CSS3,还兼容各种浏览器 (IE 6.0+, FF 1.5+, Safari 2.0+, Opera 9.0+).jQuery使用户能更方便地处理HTML documents.events.实现动画效果,并且方便地为网站提供AJAX交互.jQuery还有一个比较大的优势是,它的文档说明很全,而且各种应用也说得很详细,同时还有许多成熟的插件可供选择.jQuery能够使用户的

jQuery 1.6.2 RC 1发布 一个优秀的Javascript框架

jQuery 是一个 http://www.aliyun.com/zixun/aggregation/33906.html">JavaScript 库.jQuery 极大地简化了 JavaScript 编程.它有助于简化 JavaScript 以及 Asynchronous JavaScript + XML (Ajax) 编程.与类似的 JavaScript 库不同,jQuery 具有独特的基本原理,可以简洁地表示常见的复杂代码.学习 jQuery 基本原理,探索其特性和功能,执行一些常见

Botan v1.10.0发布 一个C++的加密算法库

Botan 是一个 C++++ 的加密算法库,支持 AES, DES, SHA-1, RSA, DSA, Diffie-Hellman 等多种算法,支持 X.509 认证以及CRLs 和 PKCS #10. Botan v1.10.0更新日志: ·Detection for the rdrand instruction being added to upcoming Intel Ivy http://www.aliyun.com/zixun/aggregation/16410.html">

Botan v1.9.17发布 一个C++加密算法库

Botan 是一个 C++++ 的加密算法库,支持 AES, DES, SHA-1, RSA, DSA, Diffie-Hellman 等多种算法,支持 X.509 认证以及CRLs 和 PKCS #10. Botan 1.9.17 发布.该版本增加了控制Sphinx使用的选项及生成文件的Doxygen.x86处理器的运行时特征检测的错误修复,BeOS克隆/连续俳句的支持有所改善.这是第3个,很有希望是最后的后续版本,从而进入下一个稳定树. Botan 1.9.17发行说明: Third rel

SCA Java v1.6.2发布 一个多VM的wiring引擎

SC++A Java运行时由core和extension组成.Core本质上来说是一个多VM的wiring引擎.该引擎使用IOC(控制反转)和DI(依赖注入)原则来连接组件. Core Core在性能方面是简单而有限的.它将功能单元连接在一起,并提供可以和extension交互的SPI机制.例如象服务发现,可靠性,对传输协议的支持等特性都是通过extension来做的. Extension Extension增强SCA运行时的功能.Extesion类型不是固定的.而core则是通过提供对exte

Wireshark v1.4.5发布 一个网络封包分析软件

Wireshark(前称Ethereal)是一个网络封包分析软件.网络封包分析软件的功能是撷取网络封包,并尽可能显示出最为详细的网络封包资料. 网络封包分析软件的功能可想像成 "电工技师使用电表来量测电流.电压.电阻" 的工作 - 只是将场景移植到网络上,并将电线替换成网络线.在过去,网络封包分析软件是非常昂贵,或是专门属于营利用的软件.Ethereal的出现改变了这一切.在GNUGPL通用许可证的保障范围底下,使用者可以以免费的代价取得软件与其源代码,并拥有针对其源代码修改及客制化的

gWaei v1.5.2发布 一个Gnome的英日词典

gWaei 是一个 Gnome 的英日词典. gWaei is a Japanese-English dictionary program for the GNOME desktop. It is made to be a modern drop in replacement for Gjiten with many of the same features. The dictionary files it uses are from Jim Breen's WWWJDIC project an

Sound Converter v1.5.4发布 一个简单的声音转换程序

Sound http://www.aliyun.com/zixun/aggregation/16456.html">Converter 是一个简单的声音转换程序,工作在 GNOME 环境下.可以读取任何 GStreamer 可以读取的文件格式并转为 WAV, FLAC, MP3, and Ogg Vorbis 等格式. Sound Converter 是一款实用的音频转换工具,他基于 Gstreamer,可以将大多数音频格式方便的转成 ogg.flac.mp3 或者 wav 文件,还可以按