mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Button demo: modified order of selectors. Fixed #7094 - Buttons problem in Opera
(cherry picked from commit a6a8611556
)
This commit is contained in:
parent
c1470492bd
commit
4e3f8bdb70
@ -11,7 +11,7 @@
|
|||||||
<link rel="stylesheet" href="../demos.css">
|
<link rel="stylesheet" href="../demos.css">
|
||||||
<script>
|
<script>
|
||||||
$(function() {
|
$(function() {
|
||||||
$( "button, input:submit, a", ".demo" ).button();
|
$( "input:submit, a, button", ".demo" ).button();
|
||||||
$( "a", ".demo" ).click(function() { return false; });
|
$( "a", ".demo" ).click(function() { return false; });
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
Reference in New Issue
Block a user