Guest User

Untitled

a guest
Jan 16th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. <a href="#test-popup" class="open-popup-link">Show inline popup</a>
  2.  
  3. <div id="test-popup" class="white-popup mfp-hide">
  4. Popup content
  5. </div>
  6.  
  7. $('.open-popup-link').mouseover(function(){
  8. $.magnificPopup.open({
  9. items: {
  10. src: '.white-popup' // can be a HTML string, jQuery object, or CSS
  11. selector
  12. }
  13. })
  14. });
Add Comment
Please, Sign In to add comment