' multipleHtml += '
' $(elMu).parent().append(multipleHtml) $('#comComponent_oUfLtYvbSWkZ .multiple-select.'+thisId+' ').on('click',function () { if ($('#comComponent_oUfLtYvbSWkZ .multiple-parent.'+thisId+'').css('display') == 'none') { $('#comComponent_oUfLtYvbSWkZ .multiple-parent.'+thisId+'').css('display', 'block') } else { $('#comComponent_oUfLtYvbSWkZ .multiple-parent.'+thisId+'').css('display', 'none') } }) $('#comComponent_oUfLtYvbSWkZ .multiple-parent.'+thisId+'').on('click', 'li', function (e) { e.stopPropagation() e.preventDefault() var $label = $(this).children('label') var input = this.getElementsByTagName('input')[0] if (input.checked) { input.checked = false } else { input.checked = true } //获取所有选项的值 varcontents = []; $('#comComponent_oUfLtYvbSWkZ .multiple-parent.'+thisId+' li').each(function (index, elem) { if (!$(elem).hasClass('group')) { var ck = $(elem).find('input')[0].checked if (ck) { var html = $(elem).children('label').html();contents.push(html); } } }) if (contents.length > 0) { $('#comComponent_oUfLtYvbSWkZ .multiple-select.'+thisId+'').empty() for (var i = 0; i <
contents.length; i++) '+contents[ i]+' × ' $('#comComponent_oUfLtYvbSWkZ .다중 선택.'+thisId+'').append(span) } } else { $('#comComponent_oUfLtYvbSWkZ .다중 선택.'+thisId+'').empty(); var 범위 =
' '+ '선택하세요'+' ' $('#comComponent_oUfLtYvbSWkZ .multiple-select.'+thisId+'').append(span) }contents =contents.map(function(item) { return item.replace(/&/g, '&'); }); $(elMu).val(contents) }); $('#comComponent_oUfLtYvbSWkZ .multiple-select.'+thisId+'').on('click', '.select-delete', function (e) { e.stopPropagation() var value = $(this).parent().children('.select-value').html(); $('#comComponent_oUfLtYvbSWkZ .multiple-parent.'+thisId+' ul li').each(function (index, elem) { if ($(elem).children('label').html() == value) { elem.getElementsByTagName('input')[0].checked = false; } }) $(this).parent().remove(); var len = $('#comComponent_oUfLtYvbSWkZ .multiple-select.'+thisId+'').children().length; if (len == 0) { varspan = '
'+'선택하세요' +' ' $('#comComponent_oUfLtYvbSWkZ .multiple-select.'+thisId+'').append(span) } var 내용 = []; $('#comComponent_oUfLtYvbSWkZ .multiple-parent.'+thisId+' li').each(function (index, elem) { if (!$(elem).hasClass('group')) { var ck = $(elem).find('input')[0].checked if (ck) { var html = $(elem).children('label').html();contents.push(html); } } })contents.map(function(item) { return item.replace(/&/g, '&'); }); }catch(e){try{console && console.log && console.log(e);}catch(e){}} })(window, $);