-
Notifications
You must be signed in to change notification settings - Fork 0
/
jqspinn.min.js
1 lines (1 loc) · 1.14 KB
/
jqspinn.min.js
1
!function(a){var b;a.fn.loading=function(c){c=a.extend({type:"1",custom:[],message:"LOADING ",speed:100,fontsize:"16px"},c),this.each(function(){var d,e=a("<span />");switch(c.type){case"0":d=c.custom;break;case"1":d=["|","/","-","\\"];break;case"2":d=["",".","..","..."];break;case"3":d=["\u1401","\u1405","\u1402","\u140a","\u140d","\u1406","\u1403","\u140b"];break;case"4":d=["","\u168b","\u168c","\u168d","\u168e","\u168f"];break;case"5":d=[""," \u2581","\u2582","\u2583","\u2584","\u2585","\u2586","\u2587","\u2588"];break;case"6":d=["\u25e2","\u25e3","\u25e4","\u25e5"];break;case"7":d=["\u25e7","\u25ea","\u25e8","\u25e9"];break;case"8":d=["\u25fb","\u25fc","\u25fd","\u25fe"];break;case"9":d=["\u25f0","\u25f1","\u25f2","\u25f3"];break;case"10":d=["\u25f4","\u25f5","\u25f6","\u25f7"];break;case"11":d=["\u2597","\u2598","\u2599","\u259a","\u259b","\u259c","\u259d","\u259e","\u259f"];break;case"12":d=["\u2b16","\u2b19","\u2b17","\u2b18"]}a(this).css("font-size",c.fontsize);var f=0;b=setInterval(function(){f<d.length?(e.html(c.message+d[f]),f++):f=0},c.speed),a(this).html(e)})},a.fn.loaderdestroy=function(c){clearInterval(b),a(this).html("")}}(jQuery);