Skip to content

Instantly share code, notes, and snippets.

(function() {
if (!window.jQuery) {
var s = document.createElement('script');
s.setAttribute('src', 'https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js');
document.body.appendChild(s);
}
})();