Advertisement
Guest User

Untitled

a guest
Jan 27th, 2015
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. <!-- **Place everything under here right before the end of the body tag** -->
  2. <script src="http://code.jquery.com/jquery-1.11.0.min.js"></script> <script> exitpopped = 0; showpop = 0; delay = 5000; setTimeout(function(){showpop = 1;}, delay); $(document).mousemove(function(e){ if(e.clientY <= 5 && exitpopped == 0 && showpop == 1){ exitpopped = 1; $('#FlexiModal').modal('show'); } }); </script>
  3.  
  4. <!-- ** THE EXIT POP ** -->
  5. <div class="modal fade" id="FlexiModal" tabindex="-1" role="dialog" aria-labelledby="FlexiModalLabel" aria-hidden="true">
  6. <div class="modal-dialog"> <div class="modal-content"><div class="modal-body"><a href="#" target="_blank"><img src="http://i.imgur.com/Nj4rHiU.png" class="img-responsive"/></a></div></div> </div> </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement