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
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: