Skip to content

[Violation] Avoid using document.write().

Yura Finiv edited this page Mar 30, 2018 · 1 revision

var New = document.createElement('script'); New.async = true; New.src = 'https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js'; var s0 = document.getElementsByTagName('script')[0]; s0.parentNode.insertBefore(New, s0);

Clone this wiki locally