From 84cb50b0dc402d836fc57d8e2745a27e0ce062c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=CC=88rn=20Zaefferer?= Date: Thu, 29 Oct 2015 12:40:30 +0100 Subject: [PATCH] Demos: Link widget demo to learn site Ref jquery/jqueryui.com#39 --- demos/widget/default.html | 1 + 1 file changed, 1 insertion(+) 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.