Skip to content

Instantly share code, notes, and snippets.

@romulostorel
Created April 10, 2013 17:29
Show Gist options
  • Save romulostorel/5356672 to your computer and use it in GitHub Desktop.
Save romulostorel/5356672 to your computer and use it in GitHub Desktop.
$('#academic_classroom_course_id').bind('change', function(){
academic_classroom_id = this.value();
var url = entity_modal_path(:campo_id => academic_year_id )
$('#academic_record_mec_stage').data('modal-url', url);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment