Skip to content

Commit e044aaf

Browse files
committed
jQuery.widget: Add link to learn articles
Closes jquerygh-199
1 parent 21d6bcd commit e044aaf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

entries/jQuery.widget.xml

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919

2020
<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>
2121

22+
<p class="note">Looking for tutorials about the widget factory? Check out <a href="http://learn.jquery.com/jquery-ui/widget-factory/">the articles on the jQuery Learning Center</a>.</p>
23+
2224
<p><em>Note: This documentation shows examples using the <a href="/progressbar/">progressbar widget</a> but the syntax is the same for every widget.</em></p>
2325

2426
<h3>Initialization</h3>

0 commit comments

Comments
 (0)