Reminds the old good times with this tiny library!
You also can draw with this !
bower install
var ieError = new ieError();
If you want to enable the debug mode
var ieError = new ieError(true);
And that's all !
/* the dom element to append */
var bodyNode = $('body')
/* error image */
, img = "./assets/ieError.gif"
/* number of millisecond between each snap */
, timeOut = 100;
- jQuery
- jQuery-ui