var flag=true; $('#video_gallery').click(function(){ if(flag){ console.log("ajax"); flag=false; } });