Skip to content

Instantly share code, notes, and snippets.

@wullemsb
Created September 5, 2014 13:39
<span id="test">show tooltip</span>
$(function () {
$("#test").tooltip({content:'hello tooltip!'});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment