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

Remove deprecated load/unload event shorthands #1100

Closed
wants to merge 1 commit into from

Conversation

mislav
Copy link
Collaborator

@mislav mislav commented Apr 20, 2015

They were deprecated in jQuery 1.8 and conflict with Ajax fn.load() method. Depending on the order of Zepto modules, load() was an entirely different method, so to resolve the conflict we remove the deprecated shorthands for event handling.

Fixes #1099

They were deprecated in jQuery 1.8 and conflict with Ajax `fn.load()`
method. Depending on the order of Zepto modules, `load()` was an
entirely different method, so to resolve the conflict we remove the
deprecated shorthands for event handling.

Fixes loading "event" module after "ajax" and not having Ajax `load()`
method overriden.
@madrobby madrobby added this to the v1.2 milestone Jul 12, 2016
@mislav mislav added the Discuss label Jul 12, 2016
@madrobby madrobby modified the milestones: v1.2, v2.x Aug 6, 2017
@madrobby
Copy link
Owner

madrobby commented Aug 6, 2017

Let's add this in 2.x, because it's a backwards-breaking change.

@madrobby madrobby closed this Jun 15, 2021
@madrobby madrobby deleted the branch master June 15, 2021 22:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ajax load not work
2 participants