Enable Latest version of JQuery

Webflow automatically includes jquery library version 1.11.1

<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>

Is there any way to include the latest jquery library or at least something in the v 2 realm, i.e.

<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>

Damon

@Damon_Daisley_Wilson Great question!

Previously, we chose to stay on 1.11 in order to increase old browser compatibility (especially IE8).

However, now that we only support IE9+ (which Microsoft is dropping support for completely on January 16th), seems like a safe bet to move up to the latest and greatest.

We’ll investigate :smile:

2 Likes

Awesome! Thanks. Keep me posted. :smiley:

This topic was automatically closed after 60 days. New replies are no longer allowed.