aboutsummaryrefslogtreecommitdiffstats
path: root/demos/button
diff options
context:
space:
mode:
authorJörn Zaefferer <joern.zaefferer@gmail.com>2010-01-20 17:32:08 +0000
committerJörn Zaefferer <joern.zaefferer@gmail.com>2010-01-20 17:32:08 +0000
commitaba705c91d96f275830cf5fc4b4670c8f309e742 (patch)
tree7fc3f7ca51188344e788e789a4efa0989427236f /demos/button
parenta4d5559467e196a79fd807c4484791ab6ae4a973 (diff)
downloadjquery-ui-aba705c91d96f275830cf5fc4b4670c8f309e742.tar.gz
jquery-ui-aba705c91d96f275830cf5fc4b4670c8f309e742.zip
button: don't style everything, just the demo
Diffstat (limited to 'demos/button')
-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>