Does anyone have a tutorial on how to implement the new Tooltips API into a theme or plugin? I’m eager to tap into this to help first time users...
I have a div tag like this: <div> <label>Name</label> <input type="text"/> </div> How can I displaying a tooltip on :hover of the div, preferably with a fade in/out effect....