$.extend($.validator.messages, { required: "required" }); $(document).ready(function(){ $("#CMSform").validate({errorElement: "span", errorPlacement: function(error, element) {error.appendTo(element.parent().prev());} }); $("a.slidedown").click(function(event){ event.preventDefault(); if ($(this).hasClass("slidedown")) { $('#linkBox div').hide().slideDown('fast'); $('#mainlinkBox div').hide().slideDown('fast'); $('#linkownia').removeClass(); $('#linkownia').addClass('slideup'); } else { $('#linkownia').removeClass(); $('#linkownia').addClass('slidedown'); $('#linkBox div').slideUp('fast') $('#mainlinkBox div').slideUp('fast') } }); $(".msg_body").hide(); $(".msg_head").click(function(){ $(this).next(".msg_body").slideToggle(100); }); }); $(document).ready(function(){ $("#navbar_slot a:last").addClass('b'); $("#sitemap li").hover( function () { $(this).addClass("hover"); }, function () { $(this).removeClass("hover"); } ); }); $(document).ready(function(){ $("#ic1").hover( function () { $("#icons").css("background","url(ff_gfx_templates/portal_1/images/themes/default/icons.gif) no-repeat right -51px transparent"); }, function () { $("#icons").css("background","url(ff_gfx_templates/portal_1/images/themes/default/icons.gif) no-repeat right 0 transparent"); } ); $("#ic2").hover( function () { $("#icons").css("background","url(ff_gfx_templates/portal_1/images/themes/default/icons.gif) no-repeat right -102px transparent"); }, function () { $("#icons").css("background","url(ff_gfx_templates/portal_1/images/themes/default/icons.gif) no-repeat right 0 transparent"); } ); $("#ic3").hover( function () { $("#icons").css("background","url(ff_gfx_templates/portal_1/images/themes/default/icons.gif) no-repeat right -153px transparent"); }, function () { $("#icons").css("background","url(ff_gfx_templates/portal_1/images/themes/default/icons.gif) no-repeat right 0 transparent"); } ); $("#ic4").hover( function () { $("#icons").css("background","url(ff_gfx_templates/portal_1/images/themes/default/icons.gif) no-repeat right -204px transparent"); }, function () { $("#icons").css("background","url(ff_gfx_templates/portal_1/images/themes/default/icons.gif) no-repeat right 0 transparent"); } ); $("#ic5").hover( function () { $("#icons").css("background","url(ff_gfx_templates/portal_1/images/themes/default/icons.gif) no-repeat right -255px transparent"); }, function () { $("#icons").css("background","url(ff_gfx_templates/portal_1/images/themes/default/icons.gif) no-repeat right 0 transparent"); } ); $("#ic1_en").hover( function () { $("#icons_en").css("background","url(ff_gfx_templates/portal_1/images/themes/default/icons_en.gif) no-repeat right -51px transparent"); }, function () { $("#icons_en").css("background","url(ff_gfx_templates/portal_1/images/themes/default/icons_en.gif) no-repeat right 0 transparent"); } ); $("#ic2_en").hover( function () { $("#icons_en").css("background","url(ff_gfx_templates/portal_1/images/themes/default/icons_en.gif) no-repeat right -102px transparent"); }, function () { $("#icons_en").css("background","url(ff_gfx_templates/portal_1/images/themes/default/icons_en.gif) no-repeat right 0 transparent"); } ); $("#ic3_en").hover( function () { $("#icons_en").css("background","url(ff_gfx_templates/portal_1/images/themes/default/icons_en.gif) no-repeat right -153px transparent"); }, function () { $("#icons_en").css("background","url(ff_gfx_templates/portal_1/images/themes/default/icons_en.gif) no-repeat right 0 transparent"); } ); $("#ic4_en").hover( function () { $("#icons_en").css("background","url(ff_gfx_templates/portal_1/images/themes/default/icons_en.gif) no-repeat right -204px transparent"); }, function () { $("#icons_en").css("background","url(ff_gfx_templates/portal_1/images/themes/default/icons_en.gif) no-repeat right 0 transparent"); } ); $("#ic5_en").hover( function () { $("#icons_en").css("background","url(ff_gfx_templates/portal_1/images/themes/default/icons_en.gif) no-repeat right -255px transparent"); }, function () { $("#icons_en").css("background","url(ff_gfx_templates/portal_1/images/themes/default/icons_en.gif) no-repeat right 0 transparent"); } ); $("#search_form_container").hover( function () { $(this).css("background","url(ff_gfx_templates/portal_1/images/themes/default/search_form_container.gif) no-repeat right -59px transparent"); }, function () { $(this).css("background","url(ff_gfx_templates/portal_1/images/themes/default/search_form_container.gif) no-repeat right 0 transparent"); } ); $("#search_form_container_en").hover( function () { $(this).css("background","url(ff_gfx_templates/portal_1/images/themes/default/search_form_container_en.gif) no-repeat right -59px transparent"); }, function () { $(this).css("background","url(ff_gfx_templates/portal_1/images/themes/default/search_form_container_en.gif) no-repeat right 0 transparent"); } ); $(".vertical_jd_menu img").hover( function () { src = $(this).attr("src"); src_hover = src.replace(".png","") + '_on.png' $(this).attr("src", src_hover); }, function () { $(this).attr("src", src); } ); }); $(function() { $('.main_cell').jScrollPane(); });