$(function(){ var active = $('.realcontent').attr('id'); if(active == 'gms'){ $('.SFSolutionbtnbox > div:nth-child(1) > a > img').attr('src', '/default/img/sfsolution/button/gmsbtn2.png'); } else if(active == 'haccp'){ $('.SFSolutionbtnbox > div:nth-child(2) > a > img').attr('src', '/default/img/sfsolution/button/haccpbtn2.png'); } else if(active == 'bimatrix'){ $('.SFSolutionbtnbox > div:nth-child(3) > a > img').attr('src', '/default/img/sfsolution/button/bibtn2.png'); } else if(active == 'canias'){ $('.SFSolutionbtnbox > div:nth-child(4) > a > img').attr('src', '/default/img/sfsolution/button/erpbtn2.png'); //200820 ¼öÁ¤ } /* if (active != 'smartfactory'){ $('.SFSolutionbtnbox > div:nth-child(1)').mouseover(function(){ $(this).find('img').attr('src', '/default/img/sfsolution/button/smartfactorybtn2.png'); }).mouseout(function(){ $(this).find('img').attr('src', '/default/img/sfsolution/button/smartfactorybtn1.png'); }); } */ // GMS Ãß°¡ if (active != 'gms'){ $('.SFSolutionbtnbox > div:nth-child(1)').mouseover(function(){ $(this).find('img').attr('src', '/default/img/sfsolution/button/gmsbtn2.png'); }).mouseout(function(){ $(this).find('img').attr('src', '/default/img/sfsolution/button/gmsbtn1.png'); }); } // ½ÄÇ°/È­ÀåÇ° MES Ãß°¡ /* if (active != 'food'){ $('.SFSolutionbtnbox > div:nth-child(2)').mouseover(function(){ $(this).find('img').attr('src', '/default/img/sfsolution/button/food2.png'); }).mouseout(function(){ $(this).find('img').attr('src', '/default/img/sfsolution/button/food1.png'); }); } */ // ALL-IN-ONE HACCP Ãß°¡ if (active != 'haccp'){ $('.SFSolutionbtnbox > div:nth-child(2)').mouseover(function(){ $(this).find('img').attr('src', '/default/img/sfsolution/button/haccpbtn2.png'); }).mouseout(function(){ $(this).find('img').attr('src', '/default/img/sfsolution/button/haccpbtn1.png'); }); } if (active != 'bimatrix'){ $('.SFSolutionbtnbox > div:nth-child(3)').mouseover(function(){ $(this).find('img').attr('src', '/default/img/sfsolution/button/bibtn2.png'); }).mouseout(function(){ $(this).find('img').attr('src', '/default/img/sfsolution/button/bibtn1.png'); }); } if (active != 'canias'){ $('.SFSolutionbtnbox > div:nth-child(4)').mouseover(function(){ $(this).find('img').attr('src', '/default/img/sfsolution/button/erpbtn2.png'); }).mouseout(function(){ $(this).find('img').attr('src', '/default/img/sfsolution/button/erpbtn1.png'); }); } // ½º¸¶Æ®°øÀå ¼Ö·ç¼Ç Á¦Ç°¼Ò°³ ¸ÞÀÎ ÆäÀÌÁö ¸¶¿ì½º À̺¥Æ® /* $('.btngroup_sf > div').mouseover(function(){ var idx = $('div').index(this); //alert(idx); var img_src = '/default/img/sfsolution/sfinfo2019_' + (idx-25) +'.png'; $('.btngroup_sf > img') .fadeOut(400, function() { $('.btngroup_sf > img').attr('src', img_src); }) .fadeIn(400); }).mouseout(function(){ //$('.btngroup_sf > img') //.fadeOut(200, function() { $('.btngroup_sf > img').attr('src', '/default/img/sfsolution/sfinfo2019.png'); //}) //.fadeIn(200); }); */ });