I am trying to implement some simple tooltip (TipTip) effect, but for some weird reason i cannot get it to work:
I\'m not particular familiar with using jQuery/Javascript so I don\'t know what the best way to do what I\'m asking, it works but I don\'t know how efficient it is.
This is my definition $(\".HideOnClick\").live({ click: function () { deactive_tiptip() } }); This is how i am calling it inside title of html elements
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.