aboutsummaryrefslogtreecommitdiffstats
path: root/demos/button/default.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/button/default.html')
-rw-r--r--demos/button/default.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/button/default.html b/demos/button/default.html
index c13bfc76d..55915b44d 100644
--- a/demos/button/default.html
+++ b/demos/button/default.html
@@ -10,7 +10,7 @@
<link type="text/css" href="../demos.css" rel="stylesheet" />
<script type="text/javascript">
$(function() {
- $("button, input:submit, a").button();
+ $("button, input:submit, a", ".demo").button();
});
</script>
<style>