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 6631835
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T22:36:08+00:00 2026-05-25T22:36:08+00:00

Are there any events my models can bind to, to know their collection has

  • 0

Are there any events my models can bind to, to know their collection has been reset?

When I call:

collection.reset()

I want those removed models to be destroyed and in turn any views to know they are gone. What should I bind to here?

  • 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-05-25T22:36:08+00:00Added an answer on May 25, 2026 at 10:36 pm

    @mu’s answer is correct, but you might also need to know that a model that is added to a collection has the .collection property, which points to the parent collection. So if you are instantiating your models manually, you can just do this:

    var myModel = new MyModel();
    collection.add(myModel);
    collection.bind('reset', model.cleanUp(), model);
    

    But if you’re instantiating your models via the collection, e.g. with collection.fetch(), you need to bind to the collection in the initialize() method of the model:

    var MyModel = Backbone.Model.extend({
        initialize: function() {
            if (this.collection) {
                this.collection.bind('reset', this.cleanUp(), this);
            }
        }
        // etc
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there any way to know for events when move a window with window.open?.
I want to interrupt some specific grails domain class events(read,write,delete,update).Is there any hibernate eventlistner
Is there any way to detect if a commercial is playing? I'm using player.observe(models.EVENT.CHANGE,
Is there any standard way to route all Key events from the control A
Is there any way to listen for keypress events in a parent page while
In Node.js is there any way to listen to all events emitted by an
Is there a way to register for events or receive any other kinds of
Is there any event like OnValidate in LINQ where I can add my business
is there any way to inject dependencies into Doctrine2 models with Silex? Since the
I have two models . Events and Questions. Event has many questions. I am

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.