diff --git a/entries/jQuery.widget.xml b/entries/jQuery.widget.xml index ed2075ee..68fbff34 100644 --- a/entries/jQuery.widget.xml +++ b/entries/jQuery.widget.xml @@ -85,7 +85,7 @@
All widgets have events associated with their various behaviors to notify you when the state is changing. For most widgets, when the events are triggered, the names are prefixed with the widget name. For example, we can bind to progressbar's change
event which is triggered whenever the value changes.
All widgets have events associated with their various behaviors to notify you when the state is changing. For most widgets, when the events are triggered, the names are prefixed with the widget name and lowercased. For example, we can bind to progressbar's change
event which is triggered whenever the value changes.
$( "#elem" ).bind( "progressbarchange", function() {