Miva Merchant Development by Scot's Scripts

JQUERY: Check for Current jquery Version

Miva Knowledge Base
JQUERY: Check for Current jquery Version
Important Notice: This information is for internal reference only. Use at your own risk.
Does Google actually understand your Miva Merchant store? Our JSON-LD schema generator makes sure it does. Contact us to get started. (more info)

JQUERY: Check for Current jquery Version

Scot Ranney • December 18, 2023


check for jquery version:

<script>
if (typeof jQuery != 'undefined') { // jQuery is loaded => print the version
alert(jQuery.fn.jquery);
}
</script>

https://www.scotsscripts.com/mvblog/check-for-jquery-version.html

mvkb_js