Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Add support for jQuery 3 #31

Merged
merged 1 commit into from
Aug 15, 2024
Merged

Conversation

taylor-steve
Copy link
Contributor

$(document).on("ready", handler) was deprecated in jQuery 1.8 and removed in 3.

https://api.jquery.com/ready/

@taylor-steve taylor-steve marked this pull request as ready for review July 19, 2024 17:05
@@ -15,5 +15,11 @@
handler = 'page:load ready';
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this branch also need some handling?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, thanks. I saw "Turbolinks", and my eyes moved right over it...

$(document).on("ready", handler) was deprecated in jQuery 1.8 and
removed in 3
@cbeer cbeer merged commit 0c8ec54 into cbeer:master Aug 15, 2024
0 of 3 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants