Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
1b00d2b
All: Mark event aliases as deprecated
mgol Apr 16, 2023
bff1493
All: Remove the detach-shorthand note
mgol Apr 17, 2023
bf1f218
ajaxStart: Mark the shorthand method as deprecated
mgol Apr 17, 2023
54f5c8e
All: Fix Additional Notes for all AJAX events
mgol Apr 17, 2023
df4a1c6
focus: Deprecate .focus(), tweak the blur page
mgol Apr 18, 2023
9c7639f
All: Separate blur & focus shorthand pages
mgol Apr 18, 2023
c696ca7
All: Tweak focus/blur, migrate focusin/focusout
mgol Apr 18, 2023
3b02e6b
All: Fix indentation of examples
mgol Apr 18, 2023
35b481f
hover: Deprecate the API
mgol Apr 20, 2023
a23ab44
All: Add individual descriptions back
mgol Apr 20, 2023
4f08883
resize: Deprecate the API
mgol Apr 20, 2023
8905219
All: Deprecate scroll, click & dblclick; fix resize
mgol Apr 21, 2023
a270b7a
All: De-indent entries on event pages for better Git history
mgol Apr 21, 2023
f4b077b
ajaxStart: separate the deprecated page
mgol Apr 21, 2023
611f3c7
All: Move descriptions in Ajax event pages up
mgol Apr 21, 2023
47c6e85
All: JavaScript event -> event
mgol Apr 21, 2023
e70bfa5
All: Deprecate mouse* shorthands
mgol Apr 21, 2023
e6d774d
All: Deprecate change & select
mgol Apr 21, 2023
2537bc7
All: Remove a few .click() uses
mgol Apr 21, 2023
db29f90
All: Deprecate other event shorthands
mgol Apr 23, 2023
027012f
All: Add separate shorthand pages for load/unload
mgol Apr 23, 2023
4f41f67
All: Link to shorthands from event pages
mgol Apr 23, 2023
ada6134
All: Add other AJAX shorthand pages
mgol Apr 23, 2023
6f41267
All: Migrare AJAX event pages
mgol Apr 23, 2023
6f9101b
All: Remove obsolete shortcut notes
mgol Apr 23, 2023
f6ac37a
error: Separate the event page, like for load & unload
mgol Apr 23, 2023
d0ef87b
All: Remove internal usage of deprecated event shorthands
mgol Apr 23, 2023
16ea4ad
All: Tweak wording on event pages on on/bind
mgol Apr 23, 2023
4205fd6
All: Remove internal ajax event shorthand usage
mgol Apr 23, 2023
fecc648
All: Add descriptions to ajax event shorthand pages
mgol Apr 23, 2023
65d3204
All: Tweak the warning on load/unload, add one for error
mgol Apr 24, 2023
a7fa37f
All: Add shorthand notes on AJAX event pages as well
mgol Apr 24, 2023
b4bc05e
All: Fix links to AJAX events on shorthand pages
mgol Apr 24, 2023
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
Prev Previous commit
Next Next commit
All: Add individual descriptions back
  • Loading branch information
mgol committed Apr 23, 2023
commit a23ab4403d4c77599b90ec88f44781ae6f0c1a0a
2 changes: 2 additions & 0 deletions entries/blur.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<desc>Bind an event handler to the "blur" JavaScript event, or trigger that event on an element.</desc>
<entry type="method" name="on" return="jQuery">
<title>blur event</title>
<desc>Bind an event handler to the "blur" JavaScript event.</desc>
<signature>
<added>1.7</added>
<argument name="&quot;blur&quot;" type="string">
Expand Down Expand Up @@ -59,6 +60,7 @@ $( "p" ).trigger( "blur" );

<entry type="method" name="trigger" return="jQuery">
<title>blur event</title>
<desc>Trigger the "blur" event on an element.</desc>
<signature>
<added>1.0</added>
<argument name="&quot;blur&quot;" type="string">
Expand Down
4 changes: 2 additions & 2 deletions entries/focus.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<desc>Bind an event handler to the "focus" JavaScript event, or trigger that event on an element.</desc>
<entry type="method" name="on" return="jQuery">
<title>focus event</title>
<desc>Bind an event handler to the "focus" JavaScript event.</desc>
<signature>
<added>1.7</added>
<argument name="&quot;focus&quot;" type="string">
Expand Down Expand Up @@ -89,12 +90,12 @@ $( function() {
<category slug="events/form-events"/>
<category slug="forms"/>
<category slug="version/1.0"/>
<category slug="version/1.4"/>
<category slug="version/1.7"/>
</entry>

<entry type="method" name="trigger" return="jQuery">
<title>focus event</title>
<desc>Trigger the "focus" event on an element.</desc>
<signature>
<added>1.0</added>
<argument name="&quot;focus&quot;" type="string">
Expand All @@ -107,6 +108,5 @@ $( function() {
<category slug="events/form-events"/>
<category slug="forms"/>
<category slug="version/1.0"/>
<category slug="version/1.4"/>
</entry>
</entries>
4 changes: 3 additions & 1 deletion entries/focusin.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<?xml version="1.0"?>
<entries>
<desc>Bind an event handler to the "focusin" event.</desc>
<desc>Bind an event handler to the "focusin" event, or trigger that event on an element.</desc>
<entry type="method" name="on" return="jQuery">
<title>focusin event</title>
<desc>Bind an event handler to the "focusin" event.</desc>
<signature>
<added>1.7</added>
<argument name="&quot;focusin&quot;" type="string">
Expand Down Expand Up @@ -46,6 +47,7 @@ $( "p" ).on( "focusin", function() {

<entry type="method" name="trigger" return="jQuery">
<title>focusin event</title>
<desc>Trigger the "focusin" event on an element.</desc>
<signature>
<added>1.0</added>
<argument name="&quot;focusin&quot;" type="string">
Expand Down
4 changes: 3 additions & 1 deletion entries/focusout.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<?xml version="1.0"?>
<entries>
<desc>Bind an event handler to the "focusout" JavaScript event.</desc>
<desc>Bind an event handler to the "focusout" event, or trigger that event on an element.</desc>
<entry type="method" name="on" return="jQuery">
<title>focusout event</title>
<desc>Bind an event handler to the "focusout" event.</desc>
<signature>
<added>1.7</added>
<argument name="&quot;focusout&quot;" type="string">
Expand Down Expand Up @@ -68,6 +69,7 @@ $( "p" )

<entry type="method" name="trigger" return="jQuery">
<title>focusout event</title>
<desc>Trigger the "focuout" event on an element.</desc>
<signature>
<added>1.0</added>
<argument name="&quot;focusout&quot;" type="string">
Expand Down
37 changes: 37 additions & 0 deletions entries/resize-shorthand.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<?xml version="1.0"?>
<entry type="method" name="focusout" return="jQuery" deprecated="3.3">
<title>.focusout()</title>
<desc>Bind an event handler to the "focusout" JavaScript event, or trigger that event on an element.</desc>
<signature>
<added>1.0</added>
<argument name="handler" type="Function">
<desc>A function to execute each time the event is triggered.</desc>
<argument name="eventObject" type="Event" />
</argument>
</signature>
<signature>
<added>1.4.3</added>
<argument name="eventData" type="Anything" optional="true">
<desc>An object containing data that will be passed to the event handler.</desc>
</argument>
<argument name="handler" type="Function">
<desc>A function to execute each time the event is triggered.</desc>
<argument name="eventObject" type="Event" />
</argument>
</signature>
<signature>
<added>1.0</added>
</signature>
<longdesc>
<div class="warning">
<p>This API is deprecated.</p>
<p>Instead of <code>.focusout( handler )</code> or <code>.focusout( eventData, handler )</code>, use <a href="/focusout/#on1"><code>.on( "focusout", handler )</code></a> or <a href="/focusout/#on1"><code>.on( "focusout", eventData, handler )</code></a>, respectively.</p>
<p>Instead of <code>.focusout()</code>, use <a href="/focusout/#trigger2"><code>.trigger( "focusout" )</code></a>.</p>
</div>
</longdesc>
<category slug="events/form-events"/>
<category slug="forms"/>
<category slug="version/1.4"/>
<category slug="version/1.4.3"/>
<category slug="deprecated/deprecated-3.3"/>
</entry>