1
+ /**
2
+ * @section useful methods and polyfills
3
+ */
4
+ ( function ( ) {
5
+ if ( ! String . prototype . startsWith ) {
6
+ Object . defineProperty ( String . prototype , 'startsWith' , {
7
+ enumerable : false ,
8
+ configurable : false ,
9
+ writable : false ,
10
+ value : function ( searchString , position ) {
11
+ position = position || 0 ;
12
+ return this . lastIndexOf ( searchString , position ) === position ;
13
+ }
14
+ } ) ;
15
+ }
16
+ if ( ! String . prototype . replaceAll ) {
17
+ Object . defineProperty ( String . prototype , 'replaceAll' , {
18
+ enumerable : false ,
19
+ configurable : false ,
20
+ writable : false ,
21
+ value : function ( search , replace ) {
22
+ return this . split ( search ) . join ( replace ) ;
23
+ }
24
+ } ) ;
25
+ }
26
+ String . prototype . addUrlParam = function ( key , value ) {
27
+ return tools . addUrlParam ( this , key , value ) ;
28
+ } ;
29
+ String . prototype . format = function ( map ) {
30
+ var newValue = this , key , value , i , index , arg ;
31
+ for ( i = 0 ; i < arguments . length ; i ++ ) {
32
+ arg = arguments [ i ] ;
33
+ if ( tools . isObject ( arg ) ) {
34
+ for ( index in arg ) {
35
+ if ( arg . hasOwnProperty ( index ) ) {
36
+ value = arg [ index ] ;
37
+ key = '{' + index + '}' ;
38
+ newValue = newValue . replace ( new RegExp ( key , 'g' ) , value ) ;
39
+ }
40
+ }
41
+ } else {
42
+ key = '{' + i + '\\}' ;
43
+ newValue = newValue . replace ( new RegExp ( key , 'g' ) , arg ) ;
44
+ }
45
+ }
46
+ return newValue ;
47
+ } ;
48
+ } ) ( ) ;
49
+ /**
50
+ * @section tools object
51
+ */
52
+ var tools = {
53
+ isString : function ( obj ) {
54
+ return typeof obj === 'string' ;
55
+ } ,
56
+ isObject : function ( obj ) {
57
+ return typeof obj === 'object' ;
58
+ } ,
59
+ isNumber : function ( obj ) {
60
+ return typeof obj === 'number' ;
61
+ } ,
62
+ isUndefined : function ( value ) {
63
+ return typeof value === 'undefined' ;
64
+ } ,
65
+ isDefined : function ( value ) {
66
+ return typeof value !== 'undefined' ;
67
+ } ,
68
+ isMobile : function ( ) {
69
+ if ( window . mobileBrowserClientCache === undefined ) {
70
+ window . mobileBrowserClientCache = false ;
71
+ ( function ( a ) {
72
+ if ( / ( a n d r o i d | b b \d + | m e e g o ) .+ m o b i l e | a v a n t g o | b a d a \/ | b l a c k b e r r y | b l a z e r | c o m p a l | e l a i n e | f e n n e c | h i p t o p | i e m o b i l e | i p ( h o n e | o d ) | i r i s | k i n d l e | l g e | m a e m o | m i d p | m m p | m o b i l e .+ f i r e f o x | n e t f r o n t | o p e r a m ( o b | i n ) i | p a l m ( o s ) ? | p h o n e | p ( i x i | r e ) \/ | p l u c k e r | p o c k e t | p s p | s e r i e s ( 4 | 6 ) 0 | s y m b i a n | t r e o | u p \. ( b r o w s e r | l i n k ) | v o d a f o n e | w a p | w i n d o w s c e | x d a | x i i n o / i. test ( a ) || / 1 2 0 7 | 6 3 1 0 | 6 5 9 0 | 3 g s o | 4 t h p | 5 0 [ 1 - 6 ] i | 7 7 0 s | 8 0 2 s | a w a | a b a c | a c ( e r | o o | s \- ) | a i ( k o | r n ) | a l ( a v | c a | c o ) | a m o i | a n ( e x | n y | y w ) | a p t u | a r ( c h | g o ) | a s ( t e | u s ) | a t t w | a u ( d i | \- m | r | s ) | a v a n | b e ( c k | l l | n q ) | b i ( l b | r d ) | b l ( a c | a z ) | b r ( e | v ) w | b u m b | b w \- ( n | u ) | c 5 5 \/ | c a p i | c c w a | c d m \- | c e l l | c h t m | c l d c | c m d \- | c o ( m p | n d ) | c r a w | d a ( i t | l l | n g ) | d b t e | d c \- s | d e v i | d i c a | d m o b | d o ( c | p ) o | d s ( 1 2 | \- d ) | e l ( 4 9 | a i ) | e m ( l 2 | u l ) | e r ( i c | k 0 ) | e s l 8 | e z ( [ 4 - 7 ] 0 | o s | w a | z e ) | f e t c | f l y ( \- | _ ) | g 1 u | g 5 6 0 | g e n e | g f \- 5 | g \- m o | g o ( \. w | o d ) | g r ( a d | u n ) | h a i e | h c i t | h d \- ( m | p | t ) | h e i \- | h i ( p t | t a ) | h p ( i | i p ) | h s \- c | h t ( c ( \- | | _ | a | g | p | s | t ) | t p ) | h u ( a w | t c ) | i \- ( 2 0 | g o | m a ) | i 2 3 0 | i a c ( | \- | \/ ) | i b r o | i d e a | i g 0 1 | i k o m | i m 1 k | i n n o | i p a q | i r i s | j a ( t | v ) a | j b r o | j e m u | j i g s | k d d i | k e j i | k g t ( | \/ ) | k l o n | k p t | k w c \- | k y o ( c | k ) | l e ( n o | x i ) | l g ( g | \/ ( k | l | u ) | 5 0 | 5 4 | \- [ a - w ] ) | l i b w | l y n x | m 1 \- w | m 3 g a | m 5 0 \/ | m a ( t e | u i | x o ) | m c ( 0 1 | 2 1 | c a ) | m \- c r | m e ( r c | r i ) | m i ( o 8 | o a | t s ) | m m e f | m o ( 0 1 | 0 2 | b i | d e | d o | t ( \- | | o | v ) | z z ) | m t ( 5 0 | p 1 | v ) | m w b p | m y w a | n 1 0 [ 0 - 2 ] | n 2 0 [ 2 - 3 ] | n 3 0 ( 0 | 2 ) | n 5 0 ( 0 | 2 | 5 ) | n 7 ( 0 ( 0 | 1 ) | 1 0 ) | n e ( ( c | m ) \- | o n | t f | w f | w g | w t ) | n o k ( 6 | i ) | n z p h | o 2 i m | o p ( t i | w v ) | o r a n | o w g 1 | p 8 0 0 | p a n ( a | d | t ) | p d x g | p g ( 1 3 | \- ( [ 1 - 8 ] | c ) ) | p h i l | p i r e | p l ( a y | u c ) | p n \- 2 | p o ( c k | r t | s e ) | p r o x | p s i o | p t \- g | q a \- a | q c ( 0 7 | 1 2 | 2 1 | 3 2 | 6 0 | \- [ 2 - 7 ] | i \- ) | q t e k | r 3 8 0 | r 6 0 0 | r a k s | r i m 9 | r o ( v e | z o ) | s 5 5 \/ | s a ( g e | m a | m m | m s | n y | v a ) | s c ( 0 1 | h \- | o o | p \- ) | s d k \/ | s e ( c ( \- | 0 | 1 ) | 4 7 | m c | n d | r i ) | s g h \- | s h a r | s i e ( \- | m ) | s k \- 0 | s l ( 4 5 | i d ) | s m ( a l | a r | b 3 | i t | t 5 ) | s o ( f t | n y ) | s p ( 0 1 | h \- | v \- | v ) | s y ( 0 1 | m b ) | t 2 ( 1 8 | 5 0 ) | t 6 ( 0 0 | 1 0 | 1 8 ) | t a ( g t | l k ) | t c l \- | t d g \- | t e l ( i | m ) | t i m \- | t \- m o | t o ( p l | s h ) | t s ( 7 0 | m \- | m 3 | m 5 ) | t x \- 9 | u p ( \. b | g 1 | s i ) | u t s t | v 4 0 0 | v 7 5 0 | v e r i | v i ( r g | t e ) | v k ( 4 0 | 5 [ 0 - 3 ] | \- v ) | v m 4 0 | v o d a | v u l c | v x ( 5 2 | 5 3 | 6 0 | 6 1 | 7 0 | 8 0 | 8 1 | 8 3 | 8 5 | 9 8 ) | w 3 c ( \- | ) | w e b c | w h i t | w i ( g | n c | n w ) | w m l b | w o n u | x 7 0 0 | y a s \- | y o u r | z e t o | z t e \- / i. test ( a . substr ( 0 , 4 ) ) ) {
73
+ window . mobileBrowserClientCache = true ;
74
+ }
75
+ } ) ( navigator . userAgent || navigator . vendor || window . opera ) ;
76
+ }
77
+ return window . mobileBrowserClientCache ;
78
+ } ,
79
+ addUrlParam : function ( base , key , value ) {
80
+ if ( base && key && value ) {
81
+ var sep = ( base . indexOf ( '?' ) > - 1 ) ? '&' : '?' ;
82
+ return base + sep + key + '=' + value ;
83
+ }
84
+ return base ;
85
+ } ,
86
+ getFunction : function ( fn ) {
87
+ return this . isFunction ( fn ) ? fn : function ( ) { } ;
88
+ } ,
89
+ isImageLoaded : function ( img ) {
90
+ if ( ! img . complete ) {
91
+ return false ;
92
+ }
93
+
94
+ if ( typeof img . naturalWidth !== "undefined" && img . naturalWidth === 0 ) {
95
+ return false ;
96
+ }
97
+ return true ;
98
+ } ,
99
+ cookie : {
100
+ set : function ( name , value , options ) {
101
+ options = options || { } ;
102
+
103
+ var expires = options . expires ;
104
+
105
+ if ( typeof expires == "number" && expires ) {
106
+ var d = new Date ( ) ;
107
+ d . setTime ( d . getTime ( ) + expires * 1000 ) ;
108
+ expires = options . expires = d ;
109
+ }
110
+ if ( expires && expires . toUTCString ) {
111
+ options . expires = expires . toUTCString ( ) ;
112
+ }
113
+
114
+ value = encodeURIComponent ( value ) ;
115
+
116
+ var updatedCookie = name + "=" + value ;
117
+
118
+ for ( var propName in options ) {
119
+ updatedCookie += "; " + propName ;
120
+ var propValue = options [ propName ] ;
121
+ if ( propValue !== true ) {
122
+ updatedCookie += "=" + propValue ;
123
+ }
124
+ }
125
+
126
+ document . cookie = updatedCookie ;
127
+ } ,
128
+ get : function ( name ) {
129
+ var matches = document . cookie . match ( new RegExp (
130
+ "(?:^|; )" + name . replace ( / ( [ \. $ ? * | { } \( \) \[ \] \\ \/ \+ ^ ] ) / g, '\\$1' ) + "=([^;]*)"
131
+ ) ) ;
132
+ return matches ? decodeURIComponent ( matches [ 1 ] ) : undefined ;
133
+ } ,
134
+ delete : function ( name ) {
135
+ tools . cookie . set ( name , "" , {
136
+ expires : - 1
137
+ } ) ;
138
+ }
139
+ }
140
+ } ;
0 commit comments