Skip to content

Commit

Permalink
Browser support on readme
Browse files Browse the repository at this point in the history
  • Loading branch information
patik committed Aug 2, 2015
1 parent 1d4623e commit 0e16b0c
Showing 1 changed file with 8 additions and 17 deletions.
25 changes: 8 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,13 +165,20 @@ Individual elements may have their own settings embedded in a `data` attribute u

You can specify *negative threshold values* to allow elements to reside outside the viewport.

## Browser Support

- IE 7 and higher
- All the others except Opera Mini
+ Tested in the latest stable Chrome, Firefox, Safari, and IE
+ No "new" JavaScript or quirky techniques are employed so it should work in all other modern browsers not specifically mentioned above

## What's Next

*Please note that the camel case `withinViewport` method name is deprecated. It will be removed in a future release.*

- Option to **fire events** when elements pass in and out of the viewport
- Test against Firefox 3.6, Safari 5.0.1
- Support IE7
- ~~Support IE7~~

No IE6 support is planned — if you'd like to add it, feel free to make a pull request.

Expand All @@ -182,22 +189,6 @@ Within Viewport is inspired by these similar utilities which only reflect whethe
* Remy Sharp's [Element 'in view' Event Plugin](http://remysharp.com/2009/01/26/element-in-view-event-plugin/)
* Mike Tuupola's [Viewport Selectors for jQuery](http://www.appelsiini.net/projects/viewport)

## History

### 0.2 - November 5, 2011

- Standalone version now available, no jQuery or other dependencies
- Cleaned up and standardized the jQuery plugin
- Added optional shortcut methods
- Added support for testing multiple sides at once (eg, left and bottom)
- Removed requirement for Array.forEach and replaced with faster while() loops
- Tested against IE8-9, Firefox 7, Chrome 15, Safari 5.1, Opera 11.52; Mac & Windows
- Included a demo

### 0.1 - October 15, 2011

- Initial beta version

## License

Have fun with it — [ISC](http://choosealicense.com/licenses/isc/). See included LICENSE file.
Expand Down

0 comments on commit 0e16b0c

Please sign in to comment.