Pages

How to use it

The easiest way its to simply ad this line of js (make sure its inside your document ready function).
$(window).politeWarning();
This brings up the IE warning in its default settings, View this page in ie 7 or less for a demo.

Polite IE Warning can take two arguments:


  1. Version - The version number of IE that you want to target up to. I.E. 6 will show the warning on IE6 and less. Default = 7
  2. Message - The message you want displayed, HTML is allowed. Default = Your browser is a little old. To see me in all my glory get a shiny new one!
$(window).politeWarning(8, 'Hey, Douch Bag. get a real browser');