-
Notifications
You must be signed in to change notification settings - Fork 339
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
async loading CDD #88
Comments
@kofifus I have an implementation this on my fork of script.js. you can check it out by cloning the repo use the following code to async-ly load CSS |
though my implementation is unlike the loadCSS project by @scottjehl |
supported even in IE6 |
kul man, do you have in docs for your fork ? also is there a way in your implementation to know when the CSS finished loading ? thx! |
@kofifus i don't have docs available for this implementation. I may just have to edit the README.md file a little in the comming days to give brief examples. there is a second argument to the get llback to detect when you are done loading CSS |
Any news on this? I'd also be happy to see CSS loading in script.js! |
As far as I understand script.js does not support CSS files
Wouldn't it be cool to add it ? for example using the code from https://github.com/filamentgroup/loadCSS ?
Thanks!
The text was updated successfully, but these errors were encountered: