Issue 146: Disable cacheParam option
Status:  Released
Owner: ----
Closed:  Aug 2013
Reported by gle...@gmail.com, Oct 23, 2009
Add an option to disable the cacheParam.
I already set this in my app :
jQuery.ajaxSetup({ cache: false });
So ajax cache is false app wide.

Result :
get_calendar_data?_=1256312999440&start=1254024000&end=1257048000&_=1256312999439

Other option would be to verify if cache is already false.



Nov 10, 2009
Project Member #1 adamrs...@gmail.com
didn't even know about .ajaxSetup. would be cool to integrate with it. thanks
Status: Accepted
Dec 22, 2009
Project Member #2 adamrs...@gmail.com
hi glenza,
i just released 1.4.3, which uses jquery to do the cache parameter now. fullcalendar
will always use cache:false, but there won't be two parameters in the query string
anymore. thanks!
Status: Fixed
Aug 13, 2013
Project Member #3 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Implemented
Aug 13, 2013
Project Member #4 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Released