We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5651064 commit 3f9d6a1Copy full SHA for 3f9d6a1
index.html
@@ -26,7 +26,7 @@
26
<h1><a href="https://learncodeweb.com/web-development/how-to-create-a-custom-popup-form-with-php-and-ajax/">How
27
to create a custom POPUP form with PHP & Ajax</a></h1>
28
<div class="text-center mt-5">
29
- <button type="button" class="btn btn-light mb-3 open-popup" data-href="contact-us.html"
+ <button type="button" class="btn btn-light mb-3 open-popup" data-href="https://learncodeweb.github.io/lightWeightPopup/contact-us.html"
30
data-content="ajax">Open Popup New</button>
31
32
<button type="button" id="popup" class="btn btn-primary mb-3" data-overlay="true"
@@ -397,4 +397,4 @@ <h1><a href="https://learncodeweb.com/web-development/how-to-create-a-custom-pop
397
398
</body>
399
400
-</html>
+</html>
0 commit comments