Skip to content

Commit 3579c92

Browse files
committed
Merge pull request #52 from uxder/eventExtensionsMetaData
Added missing meta data in event extensions that caused nanoc ...
2 parents c2f7ef0 + fada4d0 commit 3579c92

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

content/events/event-extensions.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
2-
title: jQuery Event Extensions
3-
attribution: Dave Methvin
2+
chapter : events
3+
section : 7
4+
title : jQuery Event Extensions
5+
attribution: Dave Methvin
46
---
57
jQuery offers several ways to extend its event system to provide custom functionality when events are attached to elements. Internally in jQuery, these extensions are primarily used to ensure that standard events such as `submit` and `change` behave consistently across browsers. However, they can also be used to define new events with custom behavior.
68

@@ -211,4 +213,4 @@ The hook stores the current click count in the data object, so multiclick handle
211213
$("p").on("multiclick", { clicks: 3 }, function(e){
212214
alert("clicked 3 times");
213215
});
214-
</javascript>
216+
</javascript>

0 commit comments

Comments
 (0)