Skip to content
Kick Internet Explorer - jQuery plugin
JavaScript
Find file
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Failed to load latest commit information.
style
.gitignore
README.md
kickie.js
screenshot.png
test.html

README.md

Screenshot


Options

  • closeable: Close button visible at right corner of warning box.
  • once: If closeable is true and user click close button, warning box not display again until the browser open again
  • olterThan: If not set warning box visible all users who use IE.
  • browsers: You can determine recommended browsers

Example usage:

    $(function () {
        $.kickie({
            olderThan: 8,
            title: 'You are using too old internet explorer',
            description: 'Please choice a browser you love or upgrade your internet explorer',
            closeable: true,
            once: true
        });
    });

License

This project licensed under MIT.

Something went wrong with that request. Please try again.