MCPcopy Create free account
hub / github.com/OpenIntroStat/ims / has_jQuery3

Function has_jQuery3

libs/htmlwidgets-1.5.3/htmlwidgets.js:663–670  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

661
662
663 function has_jQuery3() {
664 if (!window.jQuery) {
665 return false;
666 }
667 var $version = window.jQuery.fn.jquery;
668 var $major_version = parseInt($version.split(".")[0]);
669 return $major_version >= 3;
670 }
671
672 /*
673 / Shiny 1.4 bumped jQuery from 1.x to 3.x which means jQuery's

Callers 1

maybeStaticRenderLaterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected