load jquery (or any library) using chrome browser

May 11, 03:37 AM

// from https://releases.jquery.com/ ?? do we really need the https: part ???

be SURE to start out with the “about:blank” page — 2022-11-21

[ ‘https://code.jquery.com/jquery-3.6.0.js’
].forEach( (src) => { let script = document.createElement(‘script’); script.src = src; script.async = false; document.head.appendChild(script);
});

Mark Edwards

,

---

Commenting is closed for this article.

---