I\'m facing an error with loading the Bootstrap library as it always gives this error:
Bootstrap
Uncaught Error: Bootstrap\'s JavaScript requires j
Try to load jquery using https
script_tag.setAttribute("src", "https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js");
Hope it'll work.