adding css file with jquery

$('head').append('<link rel="stylesheet" href="https://stackoverflow.com/questions/5680657/style2.css" type="text/css" />');

This should work.

Leave a Comment