$('input[type=radio][name=bedStatus]').change(function() { if (this.value == 'allot') { // ... } else if (this.value == 'transfer') { // ... } });