Saturday, 15 May 2010

jquery - How do I add tooltips? -



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