Hi guys
I need help with this.
Been trying to implement a popup using the suggestions on
here is my read only link to the page I am working on: https://preview.webflow.com/preview/test-stnet?preview=f8e2c17f069ef41af9feb6e9ea45a85f
I have placed the code in the before /body tag in the sites setting section as suggested.
This is the code I placed there.
<script type="text/javascript">
$(document).ready(function() {
$('.modal-link').click(function() {
$('.modal-background').fadeIn();
});
$('.close-modal').click(function() {
$('.modal-background').fadeOut();
});
});
This is the link to the screen shot
I wanted the events near you button to open a popup but this wont work. and have been trying to make it work for the past 24 hours. Desperately need some advice on what I am doing wrong or on how to make it work.
The browser I am working on is chrome.