Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Paste the following code under <body> or in the bottom of theme coding:
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
- <script>
- $(document).ready(function(){
- $( "#popup_button" ).click(function() {
- $( '#popup_box' ).toggle(10)
- $( '#open' ).toggle(10)
- $( '#close' ).toggle(10)
- $( '#shadow' ).toggle(10)
- });
- });
- </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement