You're right, it returns zero. I didn't realise JQuery puts header content into the header of the parent file. Interesting. So how do I go about removing the <link> from the header without removing my own stylesheet? Attach a class to my stylesheet and remove any links without that class?
Can I strip it before it gets loaded at all?
EDIT:
I checked in Firebug and the link IS imported into the
#details element. See attached. It doesn't actually include anything though, and seems to be checked for on the local server and not the remote server.
The styles are NOT stripped from all other elements and as I thought before this seems to be down to the
"#detail *" selector.
How does one go about selecting all descendents of an element for modifying?