mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-04-20 03:02:41 -04:00
restrict sort to x axis
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user