Select2 auto trigger event change
I have 4 select boxes, when I change the first one do some stuff like empty, append and SET the new value for the next one. Because I use select2 just can set it using $.select2('val','value'); Just that command trigger the change event on the other select and do cascade of changes. Notice that .empty() and append() wont trigger (and i like that), even .val() should not trigger it, but when ure using select2 you can't access the new val using that. Code here: function anidado(selectorOrigen,selectorDestino) { id = selectorOrigen; alert(id); destino = "#"+selectorDestino; valor = $('#'+id).find