Is it possible to load the main script by only outputting the configuration object in the HTML with WordPress' `wp_localize_script()`?
(like `var head_conf = {` in case of CSS)
Thank you!
Hello,
it works well and it's confortable...
one thing doesn't work in your sample code :
`(snip) $('body').append('jQuery is now avalaible');`
this works :
```
var load = new lazyLoader();…