You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -103,9 +103,9 @@ <h3>Selector</h3>
103
103
<h3id="jquery-pubsub">Publish–subscribe</h3>
104
104
<ul>
105
105
<li><ahref="https://github.com/shichuan/javascript-patterns/blob/master/jquery-patterns/pubsub-custom-events.html" target="_blank">Method 1</a> - custom events using .on() and .off()</li>
106
-
<li><ahref="https://github.com/shichuan/javascript-patterns/blob/master/jquery-patterns/decending-from-id.html" target="_blank">Method 2</a> - using jQuery 1.7's $.Callbacks() feature</li>
107
-
<li><ahref="https://github.com/shichuan/javascript-patterns/blob/master/jquery-patterns/universal-selector.html" target="_blank">Method 3</a> - using jQuery UI $.Observable</li>
0 commit comments