Skip to content

Commit 4e3f8bd

Browse files
bboylescottgonzalez
authored andcommitted
Button demo: modified order of selectors. Fixed #7094 - Buttons problem in Opera
(cherry picked from commit a6a8611)
1 parent c147049 commit 4e3f8bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/button/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<link rel="stylesheet" href="../demos.css">
1212
<script>
1313
$(function() {
14-
$( "button, input:submit, a", ".demo" ).button();
14+
$( "input:submit, a, button", ".demo" ).button();
1515
$( "a", ".demo" ).click(function() { return false; });
1616
});
1717
</script>

0 commit comments

Comments
 (0)