$('#id_destination').after($('#dest_selector').remove()); $('#id_destination').attr('type', 'hidden'); function select_path(path, title) { $('#id_destination').val(path); if (title == "(root)") title = ""; $('#dest_selector .dest_selector_title').html(title ? title : "  /  "); }