Current Canvas jquery version and how to verify ...

Jump to solution
jihoon_yoo
Community Novice

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.

1 Solution
cesbrandt
Community Champion

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/

View solution in original post