https://github.com/atomantic/jquery.chromeframenotify
Adds notification of Google Chrome Frame update for Internet Explorer users
https://github.com/atomantic/jquery.chromeframenotify
Last synced: 11 months ago
JSON representation
Adds notification of Google Chrome Frame update for Internet Explorer users
- Host: GitHub
- URL: https://github.com/atomantic/jquery.chromeframenotify
- Owner: atomantic
- License: other
- Created: 2010-09-23T16:38:38.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2013-06-17T18:46:29.000Z (about 13 years ago)
- Last Synced: 2024-10-16T11:28:08.369Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://adameivy.com
- Size: 110 KB
- Stars: 4
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#License#
@author Adam Eivy (antic | atomantic)
@link [http://adameivy.com](http://adameivy.com) [http://intellectualpirates.net](http://intellectualpirates.net)
@license Copyright (c) 2010 Adam Eivy (antic | atomantic) Dual licensed under the MIT and GPL licenses:
* [http://www.opensource.org/licenses/mit-license.php](http://www.opensource.org/licenses/mit-license.php)
* [http://www.gnu.org/licenses/gpl.html](http://www.gnu.org/licenses/gpl.html)
#Version#
1.0 - working/tested
#NOTE#
Google Chrome Frame will be retired on January 2014. Please read [Google's update](http://blog.chromium.org/2013/06/retiring-chrome-frame.html)
#What it does:#
This library detects versions of IE compatible with the [http://www.google.com/chromeframe](Google Chrome Frame) plugin and alerts the user that the plugin is available for install. It looks like the standard IE update bar.
#Usage:#
Add the following to your page:
This plugin requires the latest version of [http://jquery.com/](jQuery). I highly recommend using the [http://code.google.com/apis/libraries/devguide.html#jquery](Google Hosted Library)
View the demo page in IE to see a working sample:
[Demo](http://atomantic.github.com/jquery.ChromeFrameNotify)