Guest User

Untitled

a guest
Oct 19th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. $(document).ready(function() {
  2. $('#modal,#modal1').modal();
  3. });
  4.  
  5. <a class="waves-effect waves-light btn modal-trigger" href="#modal">This Modal works</a>
  6. <a class="waves-effect waves-light btn modal-trigger" href="#modal1">This Modal doesn't</a>
Add Comment
Please, Sign In to add comment