$("#brand").select2({ placeholder : "Выберите ", data : ["test", "temp", "taunt", "twist"] }).on("keyup keydown", function(){alert(1);});