Guest User

Untitled

a guest
Jun 23rd, 2019
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. $(document).ready(function() {
  2. $('[data-toggle=tooltip]').tooltip({
  3. delay: {
  4. show: 3000, // 3 seconds
  5. hide: 1000 // 1 second
  6. }
  7. });
  8. });
Advertisement
Add Comment
Please, Sign In to add comment