$(document).ready(function(){//Start $('.input_radio').change(function(){ $(this).closest('div').find('.input_text input').focus(); }) $('.etc_wrap .btn_more button').click(function(){ $(this).closest('.etc_wrap').toggleClass('on'); return false; }); });//End