mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
restrict sort to x axis
This commit is contained in:
parent
352b081a39
commit
1fffa645b6
@ -10,7 +10,7 @@
|
||||
<link type="text/css" href="../demos.css" rel="stylesheet" />
|
||||
<script type="text/javascript">
|
||||
$(function() {
|
||||
$("#tabs").tabs().find(".ui-tabs-nav").sortable();
|
||||
$("#tabs").tabs().find(".ui-tabs-nav").sortable({axis:'x'});
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
|
Loading…
Reference in New Issue
Block a user