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
+2
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,8 @@
19
19
20
20
<p>jQuery UI contains many widgets that maintain state and therefore have a slightly different usage pattern than typical jQuery plugins. All of jQuery UI's widgets use the same patterns, which is defined by the widget factory. So if you learn how to use one widget, then you'll know how to use all of them.</p>
21
21
22
+
<pclass="note">Looking for tutorials about the widget factory? Check out <ahref="http://learn.jquery.com/jquery-ui/widget-factory/">the articles on the jQuery Learning Center</a>.</p>
23
+
22
24
<p><em>Note: This documentation shows examples using the <ahref="/progressbar/">progressbar widget</a> but the syntax is the same for every widget.</em></p>
0 commit comments