$(function(){$.manager("Records","data/data_sets","data/datas","data_set_id","pages_count","",{order:"position"});$("select.field_type").live("change",function(){var id=$(this).attr("name");$("#"+id.replace(/\+/g,"_")).text($("select[name="+id+"] option:selected").text());});$.fn.makesefTitle=function(from){str=$(from).val();ex=/\$|,|@|#|~|`|\%|\*|\^|\.|\&|\(|\)|\+|\=|\[|\]|\[|\}|\{|\;|\:|\'|\"|\<|\>|\?|\||\\\\|\!|\$|\//g;str=str.replace(ex,"");ex=/^\s+|\s+$/g;str=str.replace(ex,"");ex=/\s+/g;str=str.replace(ex,"-");str=str.toLowerCase();$(this).text(str);};$("#dropdown-holder input[name=name]").live("keyup",function(){$("#dropdown-holder").find(".sef_title").makesefTitle($(this));});});