App_MediaEdit = { init: function(params) { $('input[name="type"]').bind('change', function(){ $('dl:first', this.form).attr('class', this.value); if (this.value == 'video') { $('#video-label label').addClass('required'); } else { $('#video-label label').removeClass('required'); } }) } }