• Hello!

    I have a MyCalendar widget on my wordpress site.
    It has a combobox to select the month and a button to switch the calendar to that month, however, when I press the button the entire page refreshes and then the calendar is updated with the new month.

    Is there any way to avoid reloading the page and implement or activate ajax? Do I have to do it myself by modifying the code?

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Joe Dolson

    (@joedolson)

    At the moment, only the navigation by link options work via AJAX. If you do implement AJAX navigation via the date combobox, do let me know!

    Thread Starter whitefloater

    (@whitefloater)

    OK, could you please tell me the name of the function that is activated when pressing that button? I couldn’t find it!

    Thanks

    Plugin Author Joe Dolson

    (@joedolson)

    It just passes new arguments to the main my_calendar() function via GET.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change month using ajax’ is closed to new replies.