≡

wincent.dev

  • Products
  • Blog
  • Wiki
  • Issues
You are viewing an historical archive of past issues. Please report new issues to the appropriate project issue tracker on GitHub.
Home » Issues » Feature request #2051

Feature request #2051: Update to jQuery 2.0

Kind feature request
Product wincent.dev
When Created 2013-01-16T10:23:31Z, updated 2014-01-13T03:43:00Z
Status closed
Reporter Greg Hurrell
Tags no tags

Description

It's still in beta, so no action required as of yet:

  • http://blog.jquery.com/2013/01/15/jquery-1-9-final-jquery-2-0-beta-migrate-final-released/
  • http://jquery.com/upgrade-guide/1.9/

Could jump straight to 2.0 as only 1.63% of users would see degraded functionality. Alternatively could use conditional comments to continue supporting both for a while:

<!--[if lt IE 9]>
    <script src="jquery-1.9.0.js"></script>
<![endif]-->
<!--[if gte IE 9]><!-->
    <script src="jquery-2.0.0.js"></script>
<!--[endif]-->

Comments

  1. Greg Hurrell 2014-01-13T03:42:25Z

    This was done a while ago, but forgot to mark it as closed.

    Closing now.

  2. Greg Hurrell 2014-01-13T03:43:00Z

    Status changed:

    • From: new
    • To: closed
Add a comment

Comments are now closed for this issue.

  • contact
  • legal

Menu

  • Blog
  • Wiki
  • Issues
  • Snippets