Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Outdated Jquery Function on Load #98

Open
johncwaters opened this issue Apr 1, 2022 · 0 comments
Open

Outdated Jquery Function on Load #98

johncwaters opened this issue Apr 1, 2022 · 0 comments

Comments

@johncwaters
Copy link

Ran into an issue where jquery 3.6.0 wouldn't accept the function to load the calendar on the page. When calling the calendar replace in index.html script:

$(window).load(function() {

		$('#mycalendar').monthly({

with

$(window).on('load', function () {

    $('#mycalendar').monthly({

Just putting out there just in case anyone runs into it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant