Skip to content

All: Mark ajax event shorthands as deprecated in 3.5, not 3.3 #1268

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

Merged
merged 1 commit into from
Mar 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion entries/ajaxComplete-shorthand.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<entry type="method" name="ajaxComplete" return="jQuery" deprecated="3.3">
<entry type="method" name="ajaxComplete" return="jQuery" deprecated="3.5">
<title>.ajaxComplete()</title>
<desc>Register a handler to be called when Ajax requests complete. This is an <a href="/Ajax_Events/">AjaxEvent</a>.</desc>
<signature>
Expand Down
2 changes: 1 addition & 1 deletion entries/ajaxError-shorthand.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<entry type="method" name="ajaxError" return="jQuery" deprecated="3.3">
<entry type="method" name="ajaxError" return="jQuery" deprecated="3.5">
<title>.ajaxError()</title>
<desc>Register a handler to be called when Ajax requests complete with an error. This is an <a href="/Ajax_Events/">Ajax Event</a>.</desc>
<signature>
Expand Down
2 changes: 1 addition & 1 deletion entries/ajaxSend-shorthand.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<entry type="method" name="ajaxSend" return="jQuery" deprecated="3.3">
<entry type="method" name="ajaxSend" return="jQuery" deprecated="3.5">
<title>.ajaxSend()</title>
<desc>Attach a function to be executed before an Ajax request is sent. This is an <a href="/Ajax_Events/">Ajax Event</a>.</desc>
<signature>
Expand Down
2 changes: 1 addition & 1 deletion entries/ajaxStart-shorthand.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<entry type="method" name="ajaxStart" return="jQuery" deprecated="3.3">
<entry type="method" name="ajaxStart" return="jQuery" deprecated="3.5">
<title>.ajaxStart()</title>
<desc>Register a handler to be called when the first Ajax request begins. This is an <a href="/Ajax_Events/">Ajax Event</a>.</desc>
<signature>
Expand Down
2 changes: 1 addition & 1 deletion entries/ajaxStop-shorthand.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<entry type="method" name="ajaxStop" return="jQuery" deprecated="3.3">
<entry type="method" name="ajaxStop" return="jQuery" deprecated="3.5">
<title>.ajaxStop()</title>
<desc>Register a handler to be called when all Ajax requests have completed. This is an <a href="/Ajax_Events/">Ajax Event</a>.</desc>
<signature>
Expand Down
2 changes: 1 addition & 1 deletion entries/ajaxSuccess-shorthand.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<entry type="method" name="ajaxSuccess" return="jQuery" deprecated="3.3">
<entry type="method" name="ajaxSuccess" return="jQuery" deprecated="3.5">
<title>.ajaxSuccess()</title>
<desc>Attach a function to be executed whenever an Ajax request completes successfully. This is an <a href="/Ajax_Events/">Ajax Event</a>.</desc>
<signature>
Expand Down
Loading