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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T04:40:56+00:00 2026-06-13T04:40:56+00:00

I have a backbone application that has a number of views. Switching between views

  • 0

I have a backbone application that has a number of views. Switching between views triggers Ajax requests to get different collections. I would like to stop the current “read” ajax request if a new one is started. Is it possible?

  • 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-13T04:40:57+00:00Added an answer on June 13, 2026 at 4:40 am

    Ok so here is what I did

    I am saving the the fetch requests in a variable

    app.fetchXhr = this.model.fetch();
    

    In my router, I have a function that takes care of closing the views and rendering views. It also takes care of triggering any triggers needed for each view change but that is not relevant in this question.

    Before doing anything, this router function executes the following

    //Stop pending fetch
    if(app.fetchXhr.readyState > 0 && app.fetchXhr.readyState < 4){
        app.fetchXhr.abort();
    }
    

    I hope this helps

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

Sidebar

Related Questions

I have a Backbone.js application that allows users to create graphs based on large
In my Backbone application I have a main view that shows previews of posts.
We have a backbone.js app that displays a number of forms to the user.
I have a web application that is currently using backbone.js 0.5.3 with backbone local
I have complex backbone application with many nested views ( marionette layouts and regions
I have an application that has a middle panel that always changes depending on
I'm developing application using backbone.js & jquery. I have following code in model: runReport:
I have JavaScript application, where I use client-side templates (underscore.js, Backbone.js). Data for initial
I have Backbone.js collection that holds (for example) 30 items. I want to pass
I have backbone view that binds an action to an element in the DOM.

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.