>  기사  >  웹 프론트엔드  >  jQuery 1.5.1 출시, IE9 완벽 지원 및 다수의 bugs_jquery 수정

jQuery 1.5.1 출시, IE9 완벽 지원 및 다수의 bugs_jquery 수정

WBOY
WBOY원래의
2016-05-16 18:10:081200검색

我们非常感谢如下的贡献者(Contributors),他们为此次的发布提供了很多补丁(Patches):antonkovalyov, csnover, danheberden, davidmurdoch, dmethvin, gnarf37, jaubourg, jeresig, jitter, jrburke, lrbabe, mathiasbynens, rwldrn, SlexAxton, and voxwerk.

我们也特别感谢我们的BUG分类小组,在他们的帮助下一些主要的BUG在本次版本更新中被修正。

下载

和通常一样,我们提供两份jQuery的拷贝。一个压缩版本一个非压缩版本(分别为了调试和阅读)。

jQuery Minified (29kb Gzipped)

jQuery Regular (212kb) jquery下载地址

你可以在自己的网站内引用上述链接地址,从而获得更快的下载速度。

当然,你也可以引用微软或者GoogleCDN加速服务器上的jQuery,他们分别是:

Microsoft CDN: http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.5.1.min.js

Google CDN: https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js

1.6路线图讨论会议(Roadmap Meeting

jQuery的核心开发团队正在讨论jQuery1.6中将要进行的改变。目前我们计划在四月下旬或者五月上旬发布jQuery1.6,我们会在37号中午讨论这些将要添加到新版本中的提议(美国东部时间)。

你可以通过这个表格37号的会议之前提交你的建议。

jQuery 1.5.1更新日志

API 文档:jQuery 1.5.1 API 文档

因为这是一次修正BUG的小版本更新,所以没有增加新的特性。唯一的变化如下:

jQuery 目前把 IE9作为一个重要的浏览器来支持。所有已知的BUG都已经得到修复或者已经提交给IE的开发团队以便在最终版本中得到解决。(All known bugs have been fixed and/or been reported to the IE team for resolution in the final release.

三个新的参数被添加到jQuery.ajax()

isLocal: 允许当前的执行环境被识别为“local(例如文件系统)jQuery默认情况下是不会识别这种环境。如下的协议被识别为本地环境:file, *-entension, widget. 如果需要修改isLocal,推荐使用$.ajaxSetup()方法来修改。

mimeType: 可以用来覆盖XHRmime type.

xhrFields: 一个可以添加到原生XHR对象上的键值对(fieldName-fieldValue)。比如,你可以在跨域调用中设置withCredentialstrue

修正的BUG列表

本次版本修正了如下BUG

  • #2551 Make sure .val() works after form.reset() in IE
  • #4537 Make sure .clone(true) correctly clones namespaced events
  • #4966 Don't add “px” to unit-less properties when animating them
  • #6774 Make sure we only access parentNode if it's available. Fixes an issue where after an option tag has been detached, an elem.parentNode error would be thrown.
  • #6911Prevent action on disabled elements, both triggering and bound via .live()
  • #7531 Fix again for IE9RC. Enhances ajaxSetup so that it can take an optional target option, in which case target will be updated instead of ajaxSettings. That way, fields that shouldn't be deep extended can be listed and dealt with in one place. jQuery.ajax now makes use of ajaxSetup with target to create its internal settings object
  • #7568 Follow-up fix for #5862. Objects with a length property weren't serialized properly by jQuery.param
  • #7653 Changes regexp to detect local protocol so that it will accept any protocol finishing by -extension
  • #7668 Sizzle and jQuery QUnit tests are out of sync
  • #7912 This change makes .cur() more .cssHooks friendly. .cur() now returns the unmodified value by .css() if it isn't a number, number-alike or a value that needs a fallback to 0.
  • #7922 Fixed an issue where live(‘click') doesn't fire when live(‘submit') is bound first in IE
  • #7945 Make jQuery.param() serialize plain objects with a property named jquery correctly
  • #8033 jQuery 1.4.4+ fails to load on pages with old Prototype (<= 1.5) or Current Prototype + Scriptaculous in IE
  • #8039 Selectors with HTML5 input types not work in IE6/7
  • #8052 Update jQuery.support.noCloneEvent test to function properly in IE9
  • #8095 Properly handles the case where browser cache needs to be bypassed while server-side logic still delivers proper 304 responses. Unit test added
  • #8098 Use the fast document.head when available
  • #8099 Always restore to correct display value based on element's expected default display
  • #8107 Fix argument handling for $.ajax for multiple method signatues and add test case
  • #8108Temporary fix for jQuery metadata being exposed on plain JS objects when serializing with JSON.stringify to avoid compatibility-breaking changes. A proper fix for this will be landed in 1.6
  • #8115 Renames all references to jXHR with jqXHR in the code (like was done in the doc)
  • #8123.clone()의 기본값은 어떤 이벤트도 복제하지 않는 것입니다
  • #8125 location.protocol이 "file:"인 경우 상태가 0인 요청에 대해 상태가 200으로 설정됩니다. 작동을 제어하기 위해 test/localfile.html을 추가했습니다
  • #8129 IE8에서 선택한 여러 옵션 복제 문제 수정
  • #8135 네트워크 오류가 발생한 경우 XMLHttpRequest 속성에 액세스하려고 할 때 Firefox에서 발생하는 예외가 포착되어 오류로 통지되는지 확인합니다. 동작을 테스트하기 위해 test/networkerror.html을 추가했습니다
  • #8138 document.location에 대한 액세스는 로드 시 한 번만 이루어지며, 실패할 경우(document.domain이 이미 설정된 경우 IE에서 예외 발생) 다음의 href를 사용합니다. 대신 A 요소
  • #8145 ReadyWait 테스트 추가
  • #8146 xhrFields 옵션을 소개하는 것은 기본 xhr에 설정할 fieldName/fieldValue의 맵입니다. 필요한 경우 교차 도메인 요청에 대해 withCredentials를 true로 설정하는 데 사용할 수 있습니다
  • #8152 프로토콜 "chrome-extension:"에 대해 "file:"과 동일한 특수 사례를 적용합니다(테스트 필요). xhr 전송에서 HTTP 상태 코드에 대한 특수 사례 처리를 재구성하고 수정합니다
  • #8177 XHR 전송은 이제 조건부 요청 헤더가 제공되지 않은 경우(XMLHttpRequest 사양에 따라) 304 Not Modified 응답을 200 OK로 간주합니다.
  • #8193 사전 필터에서 중단되는 문제를 수정했습니다. 이 경우 전역 옵션이 true로 설정되어 있어도 전역 이벤트가 발생하지 않습니다. 단위 테스트 추가
  • #8198 불필요한 “script.type = text/javascript;” 제거
  • #8200 $.support._scriptEval은 필요하지 않으므로 노출을 취소합니다. 대신 개인 변수를 사용하세요
  • #8209 Chrome '내부 div' 위에 마우스를 올려도 마우스리브가 발생하지 않는지 확인하세요
  • #8219 변환 시 콘텐츠 유형 헤더를 재정의하는(가능한 경우 기본 xhr에서도) mimeType 옵션을 도입합니다. jqXHR 객체에 동반 overrideMimeType 메소드를 추가합니다(단순히 옵션 설정)
  • #8220 태그 이름 필터에서 백슬래시 제거
  • #8245 이제 Ajax는 비호환 xhr 구현이 이를 재정의하지 않도록 헤더 이름이 대문자인지 확인합니다
  • #8250 Ajax가 Opera 10 위젯에서 작동하지 않습니다 #8297 빈 값이 있는 응답 헤더가 올바르게 처리되는지 확인하고 전체 응답 헤더 문자열의 적절한 구문 분석을 방해하지 않도록 하세요.
  • #8353 IE7 및 IE6에서 finally 블록이 실행되도록 IE7 및 IE6에서 IE6에서 실행되도록 ResolveWith에 catch 블록을 추가합니다.
  • #8365 IE 9가 여전히 속성을 복제하는지 확인하세요.
성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.