$('.' + config.nextclass ).live( 'click', function(){ var section = $(this).parent().parent(); if (section.find('input[name^="q"]:checked').length) section.hide().next().show(); return false; } );