Issue 699: click next Month
Status:  Done
Owner: ----
Closed:  Nov 2010
Reported by sahi...@gmail.com, Nov 3, 2010
Hi everybody  ,   
I wanna to  when i click next month arrow  i want to run my an other method ? 
how can i make ?
Nov 10, 2010
Project Member #1 althaus.it
At the moment there is no callback on the view change clicks.

Imho it would be a nice addition so that you can change their behaviour (like tracking a "selected" day).
Nov 21, 2010
Project Member #2 adamrs...@gmail.com
viewDisplay sort of does this:
http://arshaw.com/fullcalendar/docs/display/viewDisplay/
but it gets called every time the prev button is clicked or view is changes as well.

i think the best solution would be to find the next button via a jquery selector after the calendar has been initialized, and then attach a .click event to it.
Status: Done
Nov 23, 2010
#3 sahi...@gmail.com
Thank you very much. I fixed by jquery but viewDisplay is realy important main Object , i will try to make by it.