Tiggles ツ
10/3/2017 - 4:57 PM

[Remove Stylesheet] Using jQuery to remove dynamically added stylesheets #javascript #sitewrench

[Remove Stylesheet] Using jQuery to remove dynamically added stylesheets #javascript #sitewrench

//add this to the bottom of the page to ensure that the stylesheet was loaded before removing. 

<script>
$('link[rel=stylesheet][href*="/javascripts/jquery-themes/smoothness/jquery-ui-1.8.18.custom.css"]').remove();
</script>