From a2ddfd51072952969792cd3b503e573ea8f18d30 Mon Sep 17 00:00:00 2001 From: Scott González Date: Wed, 29 Sep 2010 17:36:45 -0700 Subject: Widget: Added create event. Fixes #6126 - Widget: Add create event. --- ui/jquery.ui.widget.js | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/jquery.ui.widget.js') diff --git a/ui/jquery.ui.widget.js b/ui/jquery.ui.widget.js index 866f7441e..bc6408125 100644 --- a/ui/jquery.ui.widget.js +++ b/ui/jquery.ui.widget.js @@ -154,6 +154,7 @@ $.Widget.prototype = { }); this._create(); + this._trigger( "create" ); this._init(); }, _create: function() {}, -- cgit v1.2.3