diff --git a/demos/widget/default.html b/demos/widget/default.html index 59bc58d12ae..0f62bb96846 100644 --- a/demos/widget/default.html +++ b/demos/widget/default.html @@ -166,6 +166,7 @@
This demo shows a simple custom widget built using the widget factory (jquery.ui.widget.js).
The three boxes are initialized in different ways. Clicking them changes their background color. View source to see how it works, its heavily commented
+To learn more about the widget factory, visit learn.jquery.com.