I'm working on fixing my JSS plugin for IE, it appears that IE has
really problems with showing you the source of stylesheets that are
between style tags.

$('style').text() -> returns null

$('style').html() -> returns the source but it is modified, e.g. all
non-supported selectors are changed to 'UNKOWN' (very unhelpful!)

Before I delve deeper into this does anyone have a work around
already??

I assume this is supposed to be some sort of security feature but it
seems very strange seeing as loading external styles works as
expected.

Thanks,
Andy.

Reply via email to