mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Button demo: Fixed duplicate id.
This commit is contained in:
parent
602576707e
commit
c16246f502
@ -10,7 +10,7 @@
|
||||
<link type="text/css" href="../demos.css" rel="stylesheet" />
|
||||
<script type="text/javascript">
|
||||
$(function() {
|
||||
$("#radio1").buttonset();
|
||||
$("#radio").buttonset();
|
||||
});
|
||||
</script>
|
||||
<style>
|
||||
@ -22,7 +22,7 @@
|
||||
<div class="demo">
|
||||
|
||||
<form>
|
||||
<div id="radio1">
|
||||
<div id="radio">
|
||||
<input type="radio" id="radio1" name="radio" /><label for="radio1">Choice 1</label>
|
||||
<input type="radio" id="radio2" name="radio" checked="checked" /><label for="radio2">Choice 2</label>
|
||||
<input type="radio" id="radio3" name="radio" /><label for="radio3">Choice 3</label>
|
||||
|
Loading…
Reference in New Issue
Block a user