$('#clickme').click(function(){ if (!$('input[name="block-radio"]:checked').val()) { return; } $('#block2').show(); $('#block1').hide(); });