$(document).ready(function(){ $("input:text").attr("autocomplete","off"); $("#msg2user").hide(); $('.athumbs img.na').css('opacity',0.5); //$("#hydepark form").hide(); $('a.moover').bind('click',function(event){ var $anchor = $(this); $('html, body').stop().animate({ scrollTop: $($anchor.attr('href')).offset().top }, 1000); event.preventDefault(); }); $(".fade").mouseover(function(){ $(this).animate({ opacity: 0.8 },200); }).mouseout(function(){ $(this).animate({ opacity: 1.0 },200); }); $(".mvd").mouseover(function(){ $(this).addClass("mvd5"); }).mouseout(function(){ $(this).removeClass("mvd5"); }); //jQUI $("input:submit, input:button, a.btn, button").not("#sbutton").button(); $(".btn-all").button({ icons: { primary: "ui-icon-folder-open" } }); $(".btn-open").button({ icons: { primary: "ui-icon-document" } }); $(".btn-get").button({ icons: { primary: "ui-icon-arrowthickstop-1-s" } }); $(".btn-mail").button({ icons: { primary: "ui-icon-mail-closed" } }); $(".btn-cmt").button({ icons: { primary: "ui-icon-comment" } }); //CBox $.colorbox.settings.close = 'ZAMKNIJ'; $.colorbox.settings.previous = '« Poprzednie'; $.colorbox.settings.next = 'Następne »'; $.colorbox.settings.current = 'Zdjęcie {current} z {total}'; $(".preview").colorbox({ transition:"fade", maxWidth:"80%", maxHeight:"90%" }); $(".gmap").colorbox({ transition: "fade", iframe: true, width:"80%", height: "90%" }); $(".loginpp").colorbox({ transition: 'none', innerWidth: '500px', innerHeight: '300px', initialWidth: '500px', initialHeight: '300px' }); $(".artgal, .gimg-zoom").colorbox({ rel: "artgal", transition:"elastic", width:"80%", height:"90%" }); $(".isu").colorbox({ iframe: true, transition: "none", width: "100%", height: "100%" }); //Other $(".req").focus(function(){ clearmsg(this); }); $('a.nw').click(function(){ var w = window.open($(this).attr('href'),'nwdw'); w.focus(); return false; }); }); var addthis_config = { ui_language: "pl" } function getCookie(c_name) { var i,x,y,ARRcookies=document.cookie.split(";"); for (i=0;i