Skip to content

Commit

Permalink
Button demo: modified order of selectors. Fixed #7094 - Buttons probl…
Browse files Browse the repository at this point in the history
…em in Opera

(cherry picked from commit a6a8611)
  • Loading branch information
bboyle authored and scottgonzalez committed May 16, 2011
1 parent c147049 commit 4e3f8bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/button/default.html
Expand Up @@ -11,7 +11,7 @@
<link rel="stylesheet" href="../demos.css">
<script>
$(function() {
$( "button, input:submit, a", ".demo" ).button();
$( "input:submit, a, button", ".demo" ).button();
$( "a", ".demo" ).click(function() { return false; });
});
</script>
Expand Down

0 comments on commit 4e3f8bd

Please sign in to comment.