JQuery 1.5.1 released, supporting IE9 to fix a large number of bugs

Source: Internet
Author: User

We are very grateful to the following contributors (Contributors), They provide a lot of patches for this release (Patches):Antonkovalyov, Csnover, danheberden, David Murdoch, dmethvin, gnarf37, jaubourg, jeresig, jitter, jrburke, lrbabe, mathiasbynens, rwldrn, SlexAxton, and voxwerk.

We are also very grateful for ourBUGClassification group, with their helpBUGModified in this version update.

Download

As usual, we provide two copiesJQuery. One compressed version and one non-compressed version (for debugging and reading ).

JQuery Minified (29kb Gzipped)

JQuery Regular (212kb) jquery

You can reference the above link in your website to get a faster download speed.

Of course, you can also reference Microsoft orGoogleOfCDNTheJQueryThey are:

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.6Roadmap discussion meeting (Roadmap Meeting)

JQueryThe core development team is discussingJQuery1.6Will be changed. At present, we plan to release it in May or may.JQuery1.6, We will3Month7Discuss these proposals to be added to the new version at noon (US east time ).

You can useThis tableIn3Month7Before the meeting.

JQuery 1.5.1Update log

APIDocumentation:JQuery 1.5.1 APIDocument

Because this is a correctionBUGSo no new features are added. The only change is as follows:

JQueryCurrentlyIE9As an important browser. All knownBUGHave been repaired or submittedIEIn the final version. (All known bugs have been fixed and/or been reported to the IE team for resolution in the final release.)

Three new parameters are addedJQuery. ajax ():

IsLocal:Allow the current execution environment to be recognized as"Local"(For example, File System),JQueryThis environment is not identified by default. The following protocols are recognized as local environments:File, *-Entension, widget.If you need to modifyIsLocal, Recommended$. AjaxSetup ()Method.

MimeType:Can be used to overwriteXHROfMime type.

XhrFields:One can be added to the nativeXHRKey-value pairs on an object (FieldName-fieldValue). For example, you can setWithCredentialsIsTrue.

CorrectedBUGList

This version is corrected as follows: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 wocould be thrown.
  • #6911 Prevent 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. 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
  • #8108 Temporary 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 The default for. clone () is to not clone any events
  • #8125 Status is set to 200 for requests with status 0 when location. protocol if "file:". Added test/localfile.html to control it works
  • #8129 Fix cloning multiple selected options in IE8
  • #8135 Makes sure any exception thrown by Firefox when trying to access an XMLHttpRequest property when a network error occured is caught and notified as an error. Added test/networkerror.html to test the behavior
  • #8138 Access to document. location is made only once at load time and if it fails (throwing an exception in IE when document. domain is already set), we use the href of an A element instead
  • #8145 Added readyWait tests
  • #8146 introducing the xhrFields option with is a map of fieldName/fieldValue to set on the native xhr. Can be used to set withCredentials to true for cross-domain requests if needed
  • #8152 applying the same special cases for protocol "chrome-extension:" as were for "file:" (needs tests ). re-organizes and fixes the handling of special cases for HTTP status code in the xhr transport
  • #8177 XHR transport now considers 304 Not Modified responses as 200 OK if no conditional request header was provided (as per the XMLHttpRequest specification)
  • #8193 Fixes abort in prefilter. No global event will be fired in that case even if the global option is set to true. Unit test added
  • #8198 Remove unnecessary "script. type = text/javascript ;"
  • #8200 Unexpose $. support. _ scriptEval as it's not needed. Use a private var instead
  • #8209 Make sure that mousing over Chrome "internal div" doesn't trigger a mouseleave
  • #8219 Introduces the mimeType option to override content-type header in conversion (and in native xhr when possible). Adds companion overrideMimeType method on jqXHR object (it simply sets the option)
  • #8220 Remove backslashes from tag name filter
  • #8245 Ajax now ensures header names are capitalized so that non-compliant xhr implementations don't override them
  • #8250 ajax does not work in opera 10 widgets
  • #8277 Sets data to undefined rather than null when it is not provided in ajax helpers so that it won't revent data set in ajaxSettings from being used.
  • #8297 Make sure response headers with empty values are handled properly and do not prevent proper parsing of the entire response headers string.
  • #8353 Adds a catch block in resolveWith so that the finally block gets executed in IE7 and IE6.
  • #8365 Make sure that IE 9 still clones attributes.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.