Edit in JSFiddle

<p title="Hello world">This is demo for jQuery Tooltip.</p>
$(function () {
    $("p").tooltip();
});