mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Accordion demos: Removed trailing commas.
This commit is contained in:
parent
052f36e29e
commit
a5cebfaa6a
@ -12,8 +12,9 @@
|
|||||||
$("#accordion").accordion({
|
$("#accordion").accordion({
|
||||||
header: "h3",
|
header: "h3",
|
||||||
icons: {
|
icons: {
|
||||||
header: "ui-icon-circle-arrow-e",
|
header: "ui-icon-circle-arrow-e",
|
||||||
headerSelected: "ui-icon-circle-arrow-s"}
|
headerSelected: "ui-icon-circle-arrow-s"
|
||||||
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
$(function() {
|
$(function() {
|
||||||
$("#accordion").accordion({
|
$("#accordion").accordion({
|
||||||
header: "h3",
|
header: "h3"
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
$(function() {
|
$(function() {
|
||||||
$("#accordion").accordion({
|
$("#accordion").accordion({
|
||||||
header: "h3",
|
header: "h3",
|
||||||
fillSpace: true,
|
fillSpace: true
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
$(function() {
|
$(function() {
|
||||||
|
Loading…
Reference in New Issue
Block a user