@@ -30,11 +30,11 @@ <h1><a href="https://learncodeweb.com/web-development/how-to-create-a-custom-pop
30
30
data-content ="ajax "> Open Popup New</ button >
31
31
32
32
< button type ="button " id ="popup " class ="btn btn-primary mb-3 " data-overlay ="true "
33
- data-href ="contact-us.html "> < i class ="fa fa-fw fa-file-alt "> </ i > CLICK HERE
33
+ data-href ="https://learncodeweb.github.io/lightWeightPopup/ contact-us.html "> < i class ="fa fa-fw fa-file-alt "> </ i > CLICK HERE
34
34
AJAX</ button >
35
35
< button type ="button " id ="inline " class ="btn btn-danger mb-3 " data-content ="inline "> < i
36
36
class ="fa fa-fw fa-file-alt "> </ i > CLICK HERE INLINE</ button >
37
- < a href ="javascript:; " id ="ancher " data-href ="contact-us.html " class ="btn btn-primary mb-3 "
37
+ < a href ="javascript:; " id ="ancher " data-href ="https://learncodeweb.github.io/lightWeightPopup/ contact-us.html " class ="btn btn-primary mb-3 "
38
38
data-overlay ="true "> < i class ="fa fa-fw fa-file-alt "> </ i > Ancher Tag AJAX</ a >
39
39
< button type ="button " id ="iframe " data-href ="https://www.youtube.com/embed/ZwKhufmMxko "
40
40
class ="btn btn-warning mb-3 " data-content ="iframe "> < i class ="fa fa-fw fa-file-alt "> </ i > Button Tag
@@ -387,7 +387,7 @@ <h1><a href="https://learncodeweb.com/web-development/how-to-create-a-custom-pop
387
387
}
388
388
} ) ;
389
389
390
- $ ( '#popup' ) . lightWeightPopup ( { type : 'ajax' , href : 'contact-us.html' , overlay : true , width : '90%' , maxWidth : '600px' , title : 'Ajax Model' } ) ;
390
+ $ ( '#popup' ) . lightWeightPopup ( { type : 'ajax' , href : 'https://learncodeweb.github.io/lightWeightPopup/ contact-us.html' , overlay : true , width : '90%' , maxWidth : '600px' , title : 'Ajax Model' } ) ;
391
391
$ ( '#inline' ) . lightWeightPopup ( { type : 'inline' , title : 'Inline Model' } ) ;
392
392
$ ( '#ancher' ) . lightWeightPopup ( { type : 'ajax' , width : '95%' , maxWidth : '320px' , title : 'Ajax Model' } ) ;
393
393
$ ( '#iframe' ) . lightWeightPopup ( { type : 'iframe' , href : 'https://www.youtube.com/embed/foSaKHdXbss' , maxWidth : '600px' , height : '400px' , title : 'Iframe Model' } ) ;
0 commit comments