$('#classroom_name').change(function(){
    val = $(this).val();
    if(val){
      $('#btn-create-class').removeAttr('disabled');
    }