File size: 1.14Kb
var widthScreen=screen.width,heightScreen=screen.height;if(widthScreen>=240){function actionAjax(e,t){$.ajax({url:"/sys/javascript/action/index.php?"+e,cache:true,success:function(e){$("#"+t).html(e)}})}$(document).ready(function(){$("a").click(function(){var e=$(this).attr("href");var t=$(this).attr("id");str=e;searchID=/photo-/i;if(t.match(searchID)){var n=$(this).attr("id").replace(/photo-/,"");var r="albums/photo.php?id=";var i=n}searchID=/i-photo-/i;if(t.match(searchID)){var s=$(this).attr("id").replace(/i-photo-/,"");var r="albums/photo_online.php?id=";var i=s}searchID=/youtube-/i;if(t.match(searchID)){var s=$(this).attr("id").replace(/youtube-/,"");var r="service/video-youtube.php?code=";var i=s}if(i){document.getElementById("modal-object").style.display="block";document.getElementById("modal-content").innerHTML='<div id="modal-table"><div id="modal-row"><div id="modal-cell"><div class="loader-container"><div class="loader-icon"></div> Загрузка..</div></div></div></div>';$.ajax({url:"/sys/javascript/"+r+i,cache:true,success:function(e){$("#modal-content").html(e)}});return false}});$(window).bind("popstate",function(){closeModal()})})}