How to change src (ajax ref in options (events: 'href') when calling refetchEvents
- by Martin Glynn
My site is for listing theatrical productions
(http://theaterOnline.com)
I want to use a drop down list to enable users to filter the listings by location or genre.
The following code refreshes the screen:
$("#cfilter").change(function() {
$('#calendar').fullCalendar('refetchEvents' )
})
but I need to be able to change SRC in the ajax call…