(function($){ $(document).ready(function(){ $('.qs_version_sec_product_bottom').click(function(){ $('.qs_tab01').show({ duration:400 }) $('.fullScreen').fadeIn() }) $('.fullScreen').click(function(){ $('.qs_tab01').hide({ duration:400 }) // $('.fullScreen').hide() $('.qs_tab02').hide({ duration:400 }) // $('.fullScreen').hide() }) $('.qs_version_sec_product_bottom_110').click(function(){ $('.qs_tab02').show({ duration:400 }) $('.fullScreen').fadeIn() }) }); // End document ready })(this.jQuery);