Server IP : 80.241.246.6 / Your IP : 216.73.216.188 Web Server : Apache/2.4.25 (Debian) System : Linux kharagauli 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64 User : www-data ( 33) PHP Version : 7.0.33-0+deb9u12 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/kharagauli1/moduls/img_gallery_big/site/js/ |
Upload File : |
/* @author suxoza <suxoza@gmail.com> */ $(function(){ // var container = document.querySelector('#_lists'); // var msnry = new Masonry( container, { // // options // columnWidth: 200, // itemSelector: '.lists' // }); $('._lists_image a').livequery(function(){ var th = $(this); th.colorbox({ maxWidth : screen.width/2 + screen.width/4, maxHeight : screen.height/2 + screen.height/4, slideshow :10, fixed:true, title: $('img',th).attr('alt') }); }); $('._list_title ._maines_avatar').livequery(function(){ var th = $(this); th.colorbox({ maxWidth : screen.width/2 + screen.width/4, maxHeight : screen.height/2 + screen.height/4, slideshow :10, fixed:true, title: th.attr('alt') }); }); }); function anime(yy){ var th = $(yy).parent(); $('.ss').animate({bottom:"-55px"},1000,function(){ $(this).removeClass('ss').stop(); }); var div = $('._list_title',th); div.toggleClass('ss'); if(div.is('.ss')) div.animate({bottom:0},1000); }