diff --git a/app/webroot/js/dreamjob.js b/app/webroot/js/dreamjob.js index eeac879..c97b812 100755 --- a/app/webroot/js/dreamjob.js +++ b/app/webroot/js/dreamjob.js @@ -113,7 +113,10 @@ var global_load = null; $("tr", that).removeClass("new"); console.log(newRow); $(that).append("" + newRow + ""); - event("form.tableForm tbody tr.new"); + + $"form.tableForm tbody tr.new select").each(function() { + $(this).select2({allowClear: true}); + }); evet(); } });