Guest User

Untitled

a guest
Dec 6th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <div class="button-wrap">
  2. <a rel="modal:open" class="button is-danger is-rounded modal-button" data-modal-target="bobsmith" aria-haspopup="true">
  3. <span>View Profile</span>
  4. </a>
  5. </div>
  6.  
  7. <div id="modalopen" class="modal" data-modal="bobsmith">
  8. </div>
  9.  
  10. var modal = document.querySelector("[data-modal=" + target + "]");
Add Comment
Please, Sign In to add comment