Advertisement
Guest User

Untitled

a guest
Jul 17th, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <script>
  2. $(document).ready(function() {
  3. $('#copyAddressMain1', '#copyAddressMain2', '#copyAddressMain3').click(function() {
  4. $(this).tooltip('show');
  5. setTimeout(function() { $('#copyAddressMain1', '#copyAddressMain2', '#copyAddressMain3').tooltip('hide'); }, 1500);
  6. });
  7. });
  8. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement