diff options
Diffstat (limited to 'demos/tooltip/forms.html')
-rw-r--r-- | demos/tooltip/forms.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/tooltip/forms.html b/demos/tooltip/forms.html index d93c004ba..4a593ef51 100644 --- a/demos/tooltip/forms.html +++ b/demos/tooltip/forms.html @@ -36,7 +36,7 @@ $( "<button>" ) .text( "Show help" ) .button() - .click(function() { + .on( "click", function() { tooltips.tooltip( "open" ); }) .insertAfter( "form" ); |