Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8514439
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T04:52:09+00:00 2026-06-11T04:52:09+00:00

I saw the Capture scroll event on div ticket, but the solution didn’t necessarily

  • 0

I saw the Capture scroll event on div ticket, but the solution didn’t necessarily work for me.

I have a JSFiddle that renders a Collection via a CompositeView, but can not get the scroll event to fire (building an infinite scroll): http://jsfiddle.net/franklovecchio/FkNwG/300/.

How can I get scroll to fire correctly?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T04:52:11+00:00Added an answer on June 11, 2026 at 4:52 am

    First scroll event only works for element that have overflow: scroll/auto. In your case it is the #region-content and not the #container.

    But fixing the selector for events will not work, because Backbone uses jquery .delegate() to attach it’s events. But delegate fails to trigger for scroll events.

    I am afraid you will have to attach the event manually, after rendering the dom with

    $("#region-content").scroll () ->
      console.log "ok"
    

    You can use live() to attach the events.

    Alternatively, you can make #content scrollable and scroll that. This will work, as Backbone will not be use delegate, but it will bind the event directly to the #content node.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Saw this in some code but didn't make sense to me, So I was
Saw that in some example codes, but ive never used it, unless im dynamically
I saw some websites that (for example): if you want to view your message
I saw the docs on the Instagram developers page. http://instagram.com/developer/endpoints/ But I want to
I saw that even by writing separate commands, we can combine two different types
I saw many threads with this tittle, but no one really speak about reuse
I saw some code when studying the open source project: here . But I
I saw comment If you have 50 million values between 10 and 15 characters
I saw some html that displays the results of a PHP code just by
I saw that programmatically turning bluetooth on and off was a private api thing

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.