Skip to content

Latest commit

 

History

History
51 lines (29 loc) · 658 Bytes

README.md

File metadata and controls

51 lines (29 loc) · 658 Bytes

Internet Explorer error generator

ieError

Reminds the old good times with this tiny library!

You also can draw with this !

Installation

bower install

Usage

var ieError = new ieError();

If you want to enable the debug mode

var ieError = new ieError(true); 

And that's all !

Configuration

/* the dom element to append */
var bodyNode = $('body') 
/* error image */
, img = "./assets/ieError.gif" 
/* number of millisecond between each snap */
, timeOut = 100; 

Requirements

  • jQuery
  • jQuery-ui