$(document).ready(function() { // =========================================== // ¸ð¹ÙÀÏ µ¿¿µ»ó Àç»ý // =========================================== //$('.video-wrap .video-container .video .fluid-width-video-wrapper iframe').attr('id', 'player1'); //ÀÚµ¿Àç»ý ÇÔ¼ö Ãß°¡ var player; function onYouTubeIframeAPIReady() { player = new YT.Player('player12', { videoId: 'nU2OYSnb1ns', //À¯ºZ ¿µ»óID playerVars: { 'autoplay': 1, //ÀÚµ¿Àç»ý 'rel': 0, 'showinfo': 0, 'modestbranding': 1, 'playsinline': 1, 'rel': 0, 'controls': 0, //youtube ÄÜÆ®·Ñ Ç¥½Ã 'color':'white', 'loop': 1, //¹Ýº¹ ¿©ºÎ }, events: { 'onReady': onPlayerReady, } }); } function onPlayerReady(event) { player.playVideo(); player.mute(); //ÀÚµ¿Àç»ýÇÏ·Á¸é muteÇØ¾ßÇÔ } // =========================================== // ¾ÆÄÚµð¾ð // =========================================== $('.accordion-button').click(function(){ if($('#accordion-books').hasClass('accordion-flush') === true) { console.log('====true'); $('#accordion-books').removeClass('accordion-flush').addClass('bordernone'); $('#collapse-001').parent().parent().addClass('aaaa'); } else { console.log('====fail'); $('#accordion-books').removeClass('bordernone').addClass('accordion-flush'); } }); // =========================================== // »ýÀÏºÏ ÀÛ°¡ °Ô½ÃÆÇ Ä¿½ºÅÒ // =========================================== // Á¦¸ñ¿¡ Ŭ·¡½º Ãß°¡ $('.tableZ-lead tbody tr:eq(0)').addClass('tsubject'); // ³»¿ë À̹ÌÁö¿¡ Ŭ·¡½º Ãß°¡ $('.tableZ-lead tbody tr:eq(1)').addClass('tzimg') //for¹® :: ³»¿ë¿¡ Ŭ·¡½º Ãß°¡ var ztr = $('.tableZ-lead tbody tr'); var tridx = $('.tableZ-lead tbody tr:eq(' + i + ')'); for (var i = 0; i < ztr.length; i++) { //console.log('--- i :::: ' + i + ' ::: ' + ztr.length); if ( i > 0 && i <= ztr.length){ $('.tableZ-lead tbody tr:eq(' + i + ')').addClass('tzbody'); } if ( i > 1 && i <= ztr.length){ //console.log('***** true ****'); $('.tableZ-lead tbody tr:eq(' + i + ')').addClass('tcoment'); $('.tableZ-lead tbody tr:eq(' + i + ')').addClass('tztext'); } }; // aÅÂ±× Å¬·¡½º Ãß°¡, ºÎ¸ð tr Ŭ·¡½º Ãß°¡ $('#birth_writer_lead.tableZ-lead tbody tr a').addClass('booklink_a'); $('#birth_flower_lead.tableZ-lead tbody tr a').addClass('flowerlink_a'); $('.tableZ-lead tbody tr a').parent().parent().addClass('tlink').removeClass('tztext'); $('#birth_flower_lead.tableZ-lead tbody tr a').parent().addClass('flowerlink_wrap') // »ýÀÏ²É a ÅØ½ºÆ® º¯°æ var flowerbtn = "»ýÀÏ²É º¸·¯°¡±â"; $('#birth_flower_lead.tableZ-lead tbody tr a').html(flowerbtn); // tr¿¡ thead, tbody °¨½Î±â $('.tableZ-lead1 tbody tr:eq(0)').wrap(""); $('.tzbody').wrapAll("
"); $('.tzimg').wrap(""); $('.tcoment').wrapAll(""); // tcoment 2°³¾¿ °¨½Î±â : ±Û±Í¶û ¸µÅ© ÇÊµå ¹±â var divs = $("#birth_writer_lead .tcoment"); for (var i = 0; i < divs.length; i += 2) { divs.slice(i, i + 2).wrapAll("