Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. // Force click on showing tooltip
  2. $('[data-toggle="tooltip"]').on('show.bs.tooltip', function (e) {
  3. if ($(e.currentTarget).hasClass('swatch-element'))
  4. {
  5. $(e.currentTarget).click();
  6. }
  7.  
  8. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement