Loading...
'); // request AJAX content $.ajax({ type: 'GET', url: ajaxContentUrl, success:function(data){ // remove "Loading..." message and append AJAX content $('#output').empty(); $('#output').append(data); closeLightbox(); }, error:function(){ alert('AJAX Failure!'); } }); } // move the lightbox to the current window top + 100px $('#lightbox').css('top', $(window).scrollTop() + 100 + 'px'); // display the lightbox $('#lightbox').show(); $('#lightbox-shadow').show(); } // close the lightbox function closeLightbox(){ // hide lightbox and shadowNačítám mapu nemovitostí...
', '/ajax/getmap.php?page_name=informace-pro-spotrebitele%2F'); $(this).css('background-position', 'left top'); $(this).removeClass(); $(this).addClass('mapping'); }else{ //lightbox('Načítám seznam nemovitostí...
', '/ajax/getlist.php'); $.ajax({ url: "/ajax/getlist.php", type: "GET", cache: false, data: "page_name=informace-pro-spotrebitele%2F", success: function(data){ location.reload (); } }); //location.reload (); // lightbox('Načítám seznam nemovitostí...
', '/ajax/getlist.php?'); $(this).css('background-position', 'right top'); $(this).removeClass(); $(this).addClass('listing'); } }); //chci prodat $(function() { $("a#searcherType_3, .detail-info-interest, .get-price, .sending, .test,.nemovitost,.chci-nabidnout").fancybox({ "transitionIn" : "elastic", "transitionOut" : "elastic", "scrolling" : false, "autoDimensions" : false, "width" : "700", "height" : "440", "autoScale" : false, "type" : "inline" }); }); // $("#slider").nivoSlider({effect: "fade", pauseTime: 5000, directionNav: true, controlNav: true}); //menu $("#searcher_types li ul").hover(function(){ $(this).parent().children('a').addClass('active'); },function(){ $(this).parent().children('a').removeClass('active'); }); });