Skip to content

Commit 73841e6

Browse files
committed
Destroyed is now removed event.
1 parent 93cde40 commit 73841e6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

_includes/builder.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ <h4><a href="#dom_helpers">DOM HELPERS</a> - faster and easier DOM manipulation
3939
<h4><a href="#events">EVENTS</a> - listen to special events with:</h4>
4040

4141
<label>
42-
<input type="checkbox" value="jquerypp/event/destroyed/destroyed" name="plugins"/>
43-
<a href="#destroyed">jQuery.event.destroyed</a> - an element is removed from the DOM
42+
<input type="checkbox" value="jquerypp/event/removed/removed" name="plugins"/>
43+
<a href="#removed">jQuery.event.destroyed</a> - an element is removed from the DOM
4444
</label>
4545

4646
<label>

index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -322,11 +322,11 @@ Move the mouse in the following example and it will show the ids for `div` eleme
322322
323323
## EVENTS
324324

325-
## destroyed `destroyed`
325+
## removed `removed`
326326

327-
[Annotated source](http://jquerypp.com/release/latest/docs/destroyed.html)
327+
[Annotated source](http://jquerypp.com/release/latest/docs/removed.html)
328328

329-
The `destroyed` event is triggered by [jQuery.event.destroyed](http://donejs.com/docs.html#!jQuery.event.destroyed) when the element is removed from the DOM using one of the jQuery [manipulation methods](http://api.jquery.com/category/manipulation/).
329+
The `destroyed` event is triggered by [jQuery.event.destroyed](http://donejs.com/docs.html#!jQuery.event.removed) when the element is removed from the DOM using one of the jQuery [manipulation methods](http://api.jquery.com/category/manipulation/).
330330

331331
{% highlight javascript %}
332332
$('form').on('destroyed', function() {

0 commit comments

Comments
 (0)