JQuery 1.6.4 official release attachment download

Source: Internet
Author: User

JQuery 1.6.4 official version released!

This version is slightly improved compared with jQuery 1.6.3, including:

Data: The Data attribute names composed of "-" cannot be read by functions that use the camel naming method (each logical breakpoint in the function name is marked with an uppercase letter.

Event: fixed the issue where the $ ("form"). live ("submit", fn) Statement in IE8 was not triggered by <button type = "submit">.

 
 
  1. <script>  
  2.     $(function(){  
  3.         $('form').live("submit", function(){  
  4.             alert("before submit");  
  5.         });  
  6.     });  
  7. </script>  
  8. <form action="javascript:alert('submit!!!');">  
  9.     <input type="submit" value="submit by input">  
  10.     <button type="submit">submit by button</button>  
  11. </form> 

Upport: fixed the problem related to the mime type "application/XHTML + XML" in jQuery 1.6.3.

For more information, see: http://blog.jquery.com/2011/09/12/jquery-1-6-4-released/

: Http://code.jquery.com/jquery-1.6.4.js

Original article: http://www.iteye.com/news/22771

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.