Skip to content

Instantly share code, notes, and snippets.

@ayamomiji
Created February 8, 2013 04:50
Show Gist options
  • Save ayamomiji/4736659 to your computer and use it in GitHub Desktop.
Save ayamomiji/4736659 to your computer and use it in GitHub Desktop.
(scope, elem, attrs) ->
id = _.uniqueId()
elem.attr('endless-page-elem-id', id)
$(window).on 'scroll', ->
return if $("[endless-page-elem-id='#{id}']").length is 0
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment