55
55
href ="demo/libs/bundled.css ">
56
56
< script src ="demo/libs/bundled.js "> </ script >
57
57
58
- < script async src ="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js "> </ script >
58
+ < script async
59
+ src ="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js "> </ script >
59
60
60
61
< link rel ="stylesheet "
61
62
href ="demo/demo.css ">
62
63
< script >
63
- var version = '3.3.3 ' ;
64
+ var version = '3.3.4 ' ;
64
65
</ script >
65
66
<!-- Add the minified version of files from the /dist/ folder. -->
66
67
<!-- jquery-confirm files -->
112
113
< span class ="caret "> </ span >
113
114
</ a >
114
115
< ul class ="dropdown-menu ">
116
+ < li >
117
+ < a href ="http://craftpip.github.io/jquery-confirm/v3.3.2 "> v3.3.2</ a >
118
+ </ li >
119
+ < li >
120
+ < a href ="http://craftpip.github.io/jquery-confirm/v3.3.1 "> v3.3.1</ a >
121
+ </ li >
122
+ < li >
123
+ < a href ="http://craftpip.github.io/jquery-confirm/v3.3.0 "> v3.3.0</ a >
124
+ </ li >
115
125
< li >
116
126
< a href ="http://craftpip.github.io/jquery-confirm/v3.2.3 "> v3.2.3</ a >
117
127
</ li >
@@ -294,7 +304,7 @@ <h2>Themes</h2>
294
304
< button class ="btn btn-primary example5-3-2 "> Bootstrap</ button >
295
305
< div class ="space10 "> </ div >
296
306
< script type ="text/javascript ">
297
- $ ( '.example4' ) . on ( 'click' , function ( ) {
307
+ $ ( '.example4' ) . on ( 'click' , function ( ) {
298
308
$ . confirm ( {
299
309
icon : 'fa fa-question' ,
300
310
theme : 'white' ,
@@ -303,7 +313,7 @@ <h2>Themes</h2>
303
313
type : 'orange' ,
304
314
} ) ;
305
315
} ) ;
306
- $ ( '.example5' ) . on ( 'click' , function ( ) {
316
+ $ ( '.example5' ) . on ( 'click' , function ( ) {
307
317
$ . confirm ( {
308
318
icon : 'fa fa-question' ,
309
319
theme : 'black' ,
@@ -312,7 +322,7 @@ <h2>Themes</h2>
312
322
type : 'orange' ,
313
323
} ) ;
314
324
} ) ;
315
- $ ( '.example5-3' ) . on ( 'click' , function ( ) {
325
+ $ ( '.example5-3' ) . on ( 'click' , function ( ) {
316
326
$ . confirm ( {
317
327
icon : 'fa fa-question' ,
318
328
theme : 'supervan' ,
@@ -321,7 +331,7 @@ <h2>Themes</h2>
321
331
type : 'orange' ,
322
332
} ) ;
323
333
} ) ;
324
- $ ( '.example5-3-1' ) . on ( 'click' , function ( ) {
334
+ $ ( '.example5-3-1' ) . on ( 'click' , function ( ) {
325
335
$ . confirm ( {
326
336
icon : 'fa fa-question' ,
327
337
theme : 'material' ,
@@ -330,7 +340,7 @@ <h2>Themes</h2>
330
340
type : 'orange' ,
331
341
} ) ;
332
342
} ) ;
333
- $ ( '.example5-3-2' ) . on ( 'click' , function ( ) {
343
+ $ ( '.example5-3-2' ) . on ( 'click' , function ( ) {
334
344
$ . confirm ( {
335
345
icon : 'fa fa-question' ,
336
346
theme : 'bootstrap' ,
@@ -339,7 +349,7 @@ <h2>Themes</h2>
339
349
type : 'orange' ,
340
350
} ) ;
341
351
} ) ;
342
- $ ( '.example5-3-3' ) . on ( 'click' , function ( ) {
352
+ $ ( '.example5-3-3' ) . on ( 'click' , function ( ) {
343
353
$ . confirm ( {
344
354
icon : 'fa fa-question' ,
345
355
theme : 'modern' ,
@@ -375,8 +385,12 @@ <h2>Make your own themes</h2>
375
385
This is a CSS boilerplate for defining a theme.
376
386
</ p >
377
387
< div class ="btn-group ">
378
- < button type ="button " class ="btn change-format-less btn-primary active "> LESS</ button >
379
- < button type ="button " class ="btn change-format-css btn-primary "> CSS</ button >
388
+ < button type ="button "
389
+ class ="btn change-format-less btn-primary active "> LESS
390
+ </ button >
391
+ < button type ="button "
392
+ class ="btn change-format-css btn-primary "> CSS
393
+ </ button >
380
394
</ div >
381
395
< div class ="space10 "> </ div >
382
396
< pre class ="prettyprint linenums format-less "> < code > .jconfirm.jconfirm-my-theme {
@@ -451,7 +465,9 @@ <h2>Layout</h2>
451
465
< p >
452
466
This visualizes the layout for quicker understanding for creating themes.
453
467
</ p >
454
- < img src ="themelayout.png " alt ="" style ="width: 100% ">
468
+ < img src ="themelayout.png "
469
+ alt =""
470
+ style ="width: 100% ">
455
471
</ section >
456
472
457
473
< section class ="text-right footer ">
@@ -477,11 +493,11 @@ <h2>Layout</h2>
477
493
478
494
<!--google stuff DO NOT COPY THIS-->
479
495
< script >
480
- ( function ( i , s , o , g , r , a , m ) {
496
+ ( function ( i , s , o , g , r , a , m ) {
481
497
i [ 'GoogleAnalyticsObject' ] = r ;
482
- i [ r ] = i [ r ] || function ( ) {
483
- ( i [ r ] . q = i [ r ] . q || [ ] ) . push ( arguments )
484
- } , i [ r ] . l = 1 * new Date ( ) ;
498
+ i [ r ] = i [ r ] || function ( ) {
499
+ ( i [ r ] . q = i [ r ] . q || [ ] ) . push ( arguments )
500
+ } , i [ r ] . l = 1 * new Date ( ) ;
485
501
a = s . createElement ( o ) ,
486
502
m = s . getElementsByTagName ( o ) [ 0 ] ;
487
503
a . async = 1 ;
@@ -497,16 +513,16 @@ <h2>Layout</h2>
497
513
defer
498
514
id ="github-bjs "
499
515
src ="https://buttons.github.io/buttons.js "> </ script >
500
- < script > window . twttr = ( function ( d , s , id ) {
516
+ < script > window . twttr = ( function ( d , s , id ) {
501
517
var js , fjs = d . getElementsByTagName ( s ) [ 0 ] , t = window . twttr || { } ;
502
- if ( d . getElementById ( id ) )
518
+ if ( d . getElementById ( id ) )
503
519
return t ;
504
520
js = d . createElement ( s ) ;
505
521
js . id = id ;
506
522
js . src = "https://platform.twitter.com/widgets.js" ;
507
523
fjs . parentNode . insertBefore ( js , fjs ) ;
508
524
t . _e = [ ] ;
509
- t . ready = function ( f ) {
525
+ t . ready = function ( f ) {
510
526
t . _e . push ( f ) ;
511
527
} ;
512
528
return t ;
0 commit comments