aboutsummaryrefslogtreecommitdiffstats
path: root/demos/tooltip/custom-animation.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/tooltip/custom-animation.html')
-rw-r--r--demos/tooltip/custom-animation.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/tooltip/custom-animation.html b/demos/tooltip/custom-animation.html
index 585360d7c..1353e3b91 100644
--- a/demos/tooltip/custom-animation.html
+++ b/demos/tooltip/custom-animation.html
@@ -11,7 +11,7 @@
<link type="text/css" href="../demos.css" rel="stylesheet" />
<script type="text/javascript">
$(function() {
- $("a, input").tooltip({
+ $(".demo").tooltip({
open: function() {
$(this).tooltip("widget").stop(false, true).hide().slideDown();
},