Hi !
When using the demo of tabs sortable :
- <script type="text/javascript">
- $(function() {
- $("#tabs").tabs().find(".ui-tabs-nav").sortable({axis:'x'});
- });
- </script>
There is a way to memorize the previous sort order of the user ?
A cookie or session getter/setter ?
Thanks.