jquery.html5loader icon indicating copy to clipboard operation
jquery.html5loader copied to clipboard

jQuery.html5Loader can preload images, SVGs, html5 video and audio sources, scripts, css, and text files.

Results 9 jquery.html5loader issues
Sort by recently updated
recently updated
newest added

http://gianlucaguarini.github.io/jquery.html5loader/examples/demo-circular.html Just like this demo. I checked the json file and found that file size is not equal bytes. How to exchange that difference? [http://gianlucaguarini.github.io/jquery.html5loader/src/files.json](http://gianlucaguarini.github.io/jquery.html5loader/src/files.json) ![2](https://cloud.githubusercontent.com/assets/2129521/12835470/53009c44-cbeb-11e5-856e-9f181f800ab3.png) ![3](https://cloud.githubusercontent.com/assets/2129521/12835469/52ff0546-cbeb-11e5-8367-9f5261ffd0bf.png) ![1](https://cloud.githubusercontent.com/assets/2129521/12835426/022c419c-cbeb-11e5-9cb4-f7ab4d46786b.png)

Hello, I try to preload 100 images, but when some images are missing, the onComplete() callback is never called. Is this behavior normal ? I have added onMediaError but it...

I had some troubles preloading a HTML5 video on IE11, with jQuery>1. This bug is not happening with jQuery 1; maybe because the elements are actually inserted in the DOM...

Hey all, I've had issues randomly having the site just get stuck in preloading (across all browsers). This seemed to be the case if i was preloading a javascript file...

Hello, I have let's say one image to preload, percentage goes 0 - 100, is it possible to have it goes like 0 - 37 - 52 - 84 -...

Hi, I just want to ask if is it possible to have multiple JSON files in the filesToLoad parameter? My requirement is, before I preload the resources, I have to...

Hi, and thank you for writing this plugin. It is really helpful to get around some of the annoying restrictions HTML5 video has in the name of automatic/smartness. I'm building...

I just found there is one weird issue happened with html5loader: all the media files are request twice (mp4, mp3...), but the images files are okay to just request once....

Hi, great plugin !!! Just one question: Is this plugin compatible with Zepto? If no, I'm interested to port it to Zepto with your help. In advance thanks. Arnaud

feature