Skip to content

Commit adb9de8

Browse files
authored
Update index.html
1 parent 3f9d6a1 commit adb9de8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ <h1><a href="https://learncodeweb.com/web-development/how-to-create-a-custom-pop
3030
data-content="ajax">Open Popup New</button>
3131

3232
<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
3434
AJAX</button>
3535
<button type="button" id="inline" class="btn btn-danger mb-3" data-content="inline"><i
3636
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"
3838
data-overlay="true"><i class="fa fa-fw fa-file-alt"></i> Ancher Tag AJAX</a>
3939
<button type="button" id="iframe" data-href="https://www.youtube.com/embed/ZwKhufmMxko"
4040
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
387387
}
388388
});
389389

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' });
391391
$('#inline').lightWeightPopup({ type: 'inline', title: 'Inline Model' });
392392
$('#ancher').lightWeightPopup({ type: 'ajax', width: '95%', maxWidth: '320px', title: 'Ajax Model' });
393393
$('#iframe').lightWeightPopup({ type: 'iframe', href: 'https://www.youtube.com/embed/foSaKHdXbss', maxWidth: '600px', height: '400px', title: 'Iframe Model' });

0 commit comments

Comments
 (0)