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: entries/jQuery.widget.xml
+10
Original file line number
Diff line number
Diff line change
@@ -325,6 +325,16 @@ _setOption: function( key, value ) {
325
325
A map in which the string keys represent the event type and optional selector for delegation, and the values represent a handler function to be called for the event.
326
326
</desc>
327
327
</argument>
328
+
<example>
329
+
<desc>Prevent the default action of all links clicked within the widget's element.</desc>
0 commit comments