Current Canvas jquery version and how to verify ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2016
09:06 AM
All,
Like the title says, what is the current version of jquery for Canvas and how to verify it? This might helpful for me to verify whenever I need to check the jquery version for Canvas.
Please let me know any comments.
Solved! Go to Solution.
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2016
12:04 PM
The current version, according to our instance, is 1.7.2. You can check it in the console using:
console.log($.fn.jquery);
This is pulled from the jQuery API: https://api.jquery.com/jquery-2/