$titleWord.change(function() {
                        $(this).parent().attr("id", $(this).val());
                        var setList = JSON.stringify($("#title-sorting").sortable("toArray"));
                        window.api.post("prefs/set", {name: "titleOrder", value:setList}, function() {});
                    });