you can use something like this
$("<link/>", {
rel: "stylesheet",
type: "text/css",
href: "https://stackoverflow.com/questions/17499840/style.css"
}).appendTo("head");
I hope it will help.
1
solved Jquery css is not loading [closed]
you can use something like this
$("<link/>", {
rel: "stylesheet",
type: "text/css",
href: "https://stackoverflow.com/questions/17499840/style.css"
}).appendTo("head");
I hope it will help.
1
solved Jquery css is not loading [closed]