I don’t get why you can not just insert the <link/> element in the <head/> section, but here’s a jQuery snippet:
$('head').append( $('<link rel="stylesheet" type="text/css" />').attr('href', 'your stylesheet url') );
I don’t get why you can not just insert the <link/> element in the <head/> section, but here’s a jQuery snippet:
$('head').append( $('<link rel="stylesheet" type="text/css" />').attr('href', 'your stylesheet url') );