mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Button demo: modified order of selectors. Fixed #7094 - Buttons problem in Opera
This commit is contained in:
parent
c9e187cd9d
commit
a6a8611556
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user