Guest User

Untitled

a guest
Apr 25th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. $('.tooltip').each(function(){
  2. $(this).qtip({
  3. content: { text: $(this).next('p') },
  4. show: 'mouseover',
  5. hide: 'mouseout'
  6. });
  7. });
Add Comment
Please, Sign In to add comment