Advertisement
ivana_andreevska

ToolTip

Jan 5th, 2022
1,395
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.35 KB | None | 0 0
  1. $(document).ready(function (){
  2.     $("#myimg").tooltip({
  3.         track:true,//go sledi kursorot kade i da mrdame na slikata
  4.         content:"Nekoj tekst",
  5.         show:{
  6.             effect:"bounce",
  7.             duration:2000,
  8.             effect:"highlight",
  9.            // effect:"blind"
  10.             effect:"explode",duration:3000
  11.         }
  12.     });
  13. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement