You can enable JavaScript and CSS using the example below. No plugins needed.
To enable JavaScript code, do the following:
$.getScript("youpathtoscript.js",function() {
});
To include CSS files:
$("<link/>", {
rel: "stylesheet",
type: "text/css",
href: "styles/yourcss.css"
}).appendTo("head");
Starx source
share