jquery.inview
jquery.inview copied to clipboard
Remy Sharp's jQuery plugin adds a bindable 'inview' event for detecting when an element is scrolled into view.
Looks like it doesn't fire anything if the element is already visible.
Fix: inview breaks scrollstop & lazyload plugins
GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1
Do you have examples only in the form of html, it's not always convenient. Better living example like this http://codepen.io/wanes101/pen/kkPrxd This was done on the basis of https://github.com/protonet/jquery.inview/blob/master/example/live_event.html in your...
would you please consider adding tags for each version so that we can add your lib on https://cdnjs.com/ with **git auto-update**. thank you very much! https://github.com/cdnjs/cdnjs/issues/5620
would you please consider adding package.json so that we can add your lib on https://cdnjs.com. thank you very much! https://github.com/cdnjs/cdnjs/issues/5620
It'd be very useful to include the version number of the plugin into the non-minified and minified JS files. Knowing the version number would make upgrading much easier.
@zuk Are you maintaining this repository again and are you plannning to do this in future? I'm using https://github.com/protonet/jquery.inview from since a while but it doesn't seem to be maintained...
i'm using this plugin to know which item in my page has been seen ... something like this ``` $('li.not_seen').bind('inview', function (event, visible, topOrBottomOrBoth) { if (visible == true) {...
offset
Hi Jed, how is California going? I appreciate the work you have done for the inview plugin, because it is so very helpful to fire css3 animation, on onepage websites,...