| Issue 365: | how to redirect to another page on dayclick | |
| 1 person starred this issue and may be notified of changes. | Back to list |
hi, can you please tell me how to redirect to another url when you click on dayclick event? Thanks & regards, Sowjanya
Nov 27, 2014
not a very nice answer, and your comment sucks too. arrogant and non usefull |
|
| ► Sign in to add a comment |
$('#calendar').fullCalendar({ dayClick: function() { window.location.href = "http://google.com/"; } }); please gain a better understanding of javascript before posting questions like this http://arshaw.com/fullcalendar/docs/mouse/dayClick/Labels: -Type-Defect Type-Question