/ Published in: Other
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$("#certificates_date_hint").mouseover(function(e){ $(".date_hint_message").fadeIn().css("top",(e.pageY - 15) + "px").css("left",(e.pageX + 15) + "px") });