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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T12:20:06+00:00 2026-06-01T12:20:06+00:00

I am using jquery fullcalendar which works great. The one issue I have is

  • 0

I am using jquery fullcalendar which works great. The one issue I have is if you click forward or backward to move through multiple months very quickly, it still tries to fire off multiple ajax requests and it doesn’t wait to see if you actually “settle” down on that month.

I basically want it to wait for 1 second before it fires off an ajax event to make sure the user isn’t going to click next again.

Is this possible in jquery full calendar? I would have thought a plugin with such following and other advanced features would have this

  • 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-01T12:20:07+00:00Added an answer on June 1, 2026 at 12:20 pm

    I think i got it, basically putting a timer inside the events call back and throttle from there.

    I thought of doing something like this:

     events: function (start, end, callback) {
    
            if (timer) {
                clearTimeout(timer);
            }
    
            timer = setTimeout(function () {
                put loadMonthData call here;
                callback here();
            }, 1000);
    
        }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using jquery fullcalendar and it works great. My events come in from
I am using jquery fullcalendar and asp.net-mvc. It works fine out of the box
I'm currently using the jQuery fullcalendar plugin but I've came across an issue regarding
I have a standard Jquery date picker which shows 2 textboxes. One textbox has
I'm using Adam Shaw's fullcalendar jquery plugin and it works really well, after speaking
I have embedded the fullcalendar jquery control by using this code: $(document).ready(function() { var
I am using jquery and fullcalendar to schedule activities. When users select a timeslot,
Using jQuery, how do you bind a click event to a table cell (below,
I am using the jQuery Fullcalendar plugin (http://arshaw.com/fullcalendar). I am only using it for
I am using jquery calendar used with Google calednar http://arshaw.com/fullcalendar It shows the events

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.