aboutsummaryrefslogtreecommitdiffstats
path: root/demos/button/icons.html
diff options
context:
space:
mode:
authorJörn Zaefferer <joern.zaefferer@gmail.com>2010-01-20 17:52:06 +0000
committerJörn Zaefferer <joern.zaefferer@gmail.com>2010-01-20 17:52:06 +0000
commit1d560a53b55c6ae34fced9e7fda3ba5ee2aa725c (patch)
treefc6239633dd490efb9e8277cb3d901feec94b70e /demos/button/icons.html
parentdab6e943b3dc8ee7c9832ef7d06daf45ec39c4b0 (diff)
downloadjquery-ui-1d560a53b55c6ae34fced9e7fda3ba5ee2aa725c.tar.gz
jquery-ui-1d560a53b55c6ae34fced9e7fda3ba5ee2aa725c.zip
button: more specific selectors for demo pages, avoiding any other global demo page issues
Diffstat (limited to 'demos/button/icons.html')
-rw-r--r--demos/button/icons.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/button/icons.html b/demos/button/icons.html
index 78c5791d5..60d513779 100644
--- a/demos/button/icons.html
+++ b/demos/button/icons.html
@@ -10,7 +10,7 @@
<link type="text/css" href="../demos.css" rel="stylesheet" />
<script type="text/javascript">
$(function() {
- $("button:first").button({
+ $(".demo button:first").button({
icons: {
primary: 'ui-icon-locked'
},