var JQl = jQuery.noConflict(); var g_wsaLCID = 1033; var toggleState = true; JQl('#socialBtn').hover(function () { if (toggleState) { JQl('.toggledDiv').stop().animate({ height: 80 }, 500); } else { JQl('.toggledDiv').stop().animate({ height: 0 }, 500); } toggleState = !toggleState; return false; }); JQl(document).ready(function () { JQl(".floatLeft").each(function () { //debugger; JQl(this).find("a:first").mouseover(function () { //debugger; JQl(".floatLeft").each(function () { JQl(this).find(".cbp-hssubmenu").css("visibility", "hidden"); JQl(this)[0].setAttribute('style', 'background-color:none'); }); if (JQl(this)[0].parentNode.querySelectorAll(".cbp-hssubmenu").length > 0) { JQl(this)[0].parentNode.querySelectorAll(".cbp-hssubmenu")[0].setAttribute('style', 'visibility: visible'); } //$(this)[0].parentNode.setAttribute('style', 'background:none #fff !important; border-right:1px solid #ccc;border-left:1px solid #ccc;'); //$(this)[0].parentNode.nextElementSibling.setAttribute('style', 'background:none'); }); JQl("li.bg").each(function () { if (g_wsaLCID == 1025) JQl(this)[0].setAttribute('style', 'background:url(/shop/mediaServlet/site/images/menu_images_ar/menuSep.jpg) no-repeat right center'); else JQl(this)[0].setAttribute('style', 'background:url(/shop/mediaServlet/site/images/menu_images_ar/menuSep.jpg) no-repeat left center'); }); if (JQl('#ctl00_TopMenu1_g_5c710579_1c1b_4161_aba4_223c2cc28485_ctl00_LinKToPortfolio').length == 1) { if (g_wsaLCID == 1025) { $(".loginBtn").text("\u062e\u0631\u0648\u062c"); } else { JQl(".loginBtn").text("log out"); } } }); JQl(".closeBtn").click(function () { JQl(".floatLeft").each(function () { JQl(this).find(".cbp-hssubmenu").css("visibility", "hidden"); JQl(this)[0].setAttribute('style', 'background-color:none'); }); }); JQl("li.floatLeft").mouseleave(function () { JQl("div.cbp-hssubmenu").css({ 'visibility': 'hidden' }); JQl(this)[0].setAttribute('style', 'background-color:none'); JQl("li.bg").each(function () { if (g_wsaLCID == 1025) JQl(this)[0].setAttribute('style', 'background:url(/shop/mediaServlet/site/images/menu_images_ar/menuSep.jpg) no-repeat right center'); else JQl(this)[0].setAttribute('style', 'background:url(/shop/mediaServlet/site/images/menu_images_ar/menuSep.jpg) no-repeat left center'); }); }); });