jquery - How do I add tooltips? -
i display tooltips contain other html content when users hover on elements. how can accomplish jquery?
this might help you:
$( ".selector" ).tooltip({ show: { duration: 800 } });
here jsfiddle
jquery
No comments:
Post a Comment