sS jsWaitForJQuery(S code) { ret empty(code) ? "" : [[ if (typeof $ !== undefined) document.addEventListener("DOMContentLoaded", function() { ]] + code + [[ });]]; }