Skip to content

Commit db3d194

Browse files
committed
Merge pull request #286 from bboyle/ticket7094
Button demo: modified order of selectors. Fixed #7094 - Buttons problem in Opera
2 parents 41205ce + a6a8611 commit db3d194

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)