jQuery 1.6.4正式版发布 附下载
jQuery 1.6.4 正式版发布了!
此版本较jQuery 1.6.3进行了小幅改进,包括:
Data:修复了用“-”所组成的数据属性名不能被采用骆驼式命名法(函数名中的每一个逻辑断点都有一个大写字母来标记)的函数所读取。
Event:修复了IE8中 $(“form”).live(“submit”, fn) 语句没有被<button type=”submit”>所激发的问题。
<script> $(function(){ $('form').live("submit", function(){ alert("before submit"); }); }); </script> <form action="javascript:alert('submit!!!');"> <input type="submit" value="submit by input"> <button type="submit">submit by button</button> </form>
upport:修复了jQuery 1.6.3中mime类型“application/XHTML+XML”的相关问题。
详细信息参阅:http://blog.jquery.com/2011/09/12/jquery-1-6-4-released/
相关推荐
EdwardSiCong 2020-11-23
85477104 2020-11-17
hhanbj 2020-11-17
81427005 2020-11-11
seoppt 2020-09-13
honeyth 2020-09-13
WRITEFORSHARE 2020-09-13
84483065 2020-09-11
momode 2020-09-11
85477104 2020-08-15
83510998 2020-08-08
82550495 2020-08-03
tthappyer 2020-08-03
84901334 2020-07-28
tthappyer 2020-07-25
TONIYH 2020-07-22
tztzyzyz 2020-07-20
83510998 2020-07-18
81463166 2020-07-17