jmarrdiaz
5/4/2017 - 3:46 PM

Seleccionar todos por defecto por jquery (multiple-select)

Seleccionar todos por defecto por jquery (multiple-select)

//https://github.com/jmarrdiaz/multiple-select        
        
        $('.seleccion_multiple').change(function() {
            //console.log($(this).val());
        }).multipleSelect({
            width: '20%'
        });
        
        $('.ms-drop').css('display', 'block');
		    $('[data-name="selectAllelquesea"]').click();
		    $('.ms-drop').hide();