$(document).ready(function(){
$('#active_role').change(function(){
$('#roles .attributes_block').hide();
$('#'+this.value+'_block').toggle();
});