Open Plixo opened 11 years ago
Using Lazyload to load asynchronouslsy js and css on onload event for some part of my pages that are not critical.
How can I get jss and css to load in parallel and still detect both have finished loaded ?
For now I can serialize by loading css first and js in the callback or opposite but not optimal ;-)
This isn't currently possible with LazyLoad, although it wouldn't be too hard to implement if someone wants to take a stab at it.
Using Lazyload to load asynchronouslsy js and css on onload event for some part of my pages that are not critical.
How can I get jss and css to load in parallel and still detect both have finished loaded ?
For now I can serialize by loading css first and js in the callback or opposite but not optimal ;-)