| Server IP : 27.254.66.5 / Your IP : 216.73.217.39 Web Server : Apache/2 System : Linux cs82.hostneverdie.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64 User : technic2 ( 1951) PHP Version : 7.4.30 Disable Function : apache_child_terminate, apache_setenv, define_syslog_variables, escapeshellarg, escapeshellcmd,exec, fp, fput, highlight_file, ini_alter, ini_restore, inject_code, passthru,phpAds_remoteInfo, phpAds_XmlRpc,phpAds_xmlrpcDecode, phpAds_xmlrpcEncode, popen, posix_getpwuid, posix_kill, posix_mkfifo, posix_setpgid, posix_setsid,posix_setuid, posix_setuid, posix_uname,proc_open,proc_close, proc_get_status, proc_nice, proc_terminate, shell_exec, syslog, system, xmlrpc_entity_decode, show_source,sleep,pcntl_exec,virtual,suexec,dbmopen,dl,symlink,disk_free_space,diskfreespace,leak MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/technic2/public_html/plugins/jquery-count-to/ |
Upload File : |
(function(){$.fn.countTo=function(t,n){return null==n&&(n={}),$(this).each(function(){var a,e,i,l,o,r,s,u;return a=$(this),null==n.decimals&&(n.decimals=0),null==n.duration&&(n.duration=1),null==n.max_steps&&(n.max_steps=100),null==n.min_steps&&(n.min_steps=1),e=(a.text()||"").replace(/,/g,""),e=parseFloat(e,10)||0,t=parseFloat(t,10)||e,l=t-e,o=Math.abs(Math.round(l)),o=Math.max(o,n.min_steps),o=Math.min(o,n.max_steps),o=Math.min(o,n.max_steps*n.duration),u=l/o,s=1e3*n.duration/o,i=a.data("countTo")||{},a.data("countTo",i),i.interval&&clearInterval(i.interval),r=0,i.interval=setInterval(function(){var t,l;return l=e+r*u||0,l=l.toFixed(n.decimals),t=l.toString().split("."),t[0]=t[0].replace(/\B(?=(\d{3})+(?!\d))/g,","),l=t.join("."),a.text(l),++r>o?(a.removeData("countTo"),clearInterval(i.interval),"function"==typeof n.done?n.done():void 0):void 0},s)})}}).call(this);