$(document).ready(function() { /* start scroller */ naviscroll(); /* load project images */ $(".pagination a").click(function () { $(".pagination a").removeClass("active"); $(this).addClass("active"); projectid = parseFloat($(".pagination").attr("id").match(/\d+\.?\d*/gi)[0]); //find out the image imageid = parseFloat($(this).attr("id").match(/\d+\.?\d*/gi)[0]); //find out the image $.ajax({ beforeSend: function(){ // show loading image $("#loading").removeClass("hidden"); $(".imagecontainer").hide(); }, type: "POST", url: "http://www.gaertner-neururer.at/slide.php", // success: function(returned){ $("#loading").addClass("hidden"); $(".imagecontainer").fadeIn("slow").html(returned); } }); //end ajax return false; }); }); naviscroll = function() { elementcount = $('#scrollbereich li').length; /*hide the arrows*/ /*heights of the elements in pixel*/ //elementHeight = 0; //for (x=0; x