Is it possible to check with JavaScript (jQuery) if there is a certain CSS file? And if there is that it loads a color array for jQuery plot?
Example:
- I include a color CSS file (blue.css).
- Javascript will check if there is a color CSS file (blue.css, red.css, grey.css).
- There is blue.css in the page and the array colors for that CSS file ... is load for jQuery plot.