Skip to content

llaine/ieError

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Internet explorer error generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published