mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-04-20 03:02:41 -04:00
sortable accordion: formatting
This commit is contained in:
@@ -10,7 +10,12 @@
|
||||
<link type="text/css" href="../demos.css" rel="stylesheet" />
|
||||
<script type="text/javascript">
|
||||
$(function() {
|
||||
$("#accordion").accordion({header:"> div > h3"}).sortable({axis:"y",handle:"h3"});
|
||||
$("#accordion").accordion({
|
||||
header: "> div > h3"
|
||||
}).sortable({
|
||||
axis: "y",
|
||||
handle: "h3"
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user