I have loaded a css file on server so I am having a URL with me. How can i load it in my perl code using JQuery ?
So currently I am hardcoding the css in my mason pa
I don't get why you can not just insert the element in the section, but here's a jQuery snippet:
$('head').append( $('').attr('href', 'your stylesheet url') );