Top "Tooltip" questions

Tooltips are a GUI (Graphical User Interface) element which typically pops up when the mouse pointer is hovering over an item in the GUI and provides some contextual information or clarification.

Changing the title attribute using jQuery while hovering over the element

I have div button that has a title attribute that us used as the text for tool tips using jQueryUI. …

jquery jquery-ui tooltip jquery-ui-tooltip
jQuery ajax tooltips: where to find a nice plugin?

I saw one perfect ajax tooltip at forum engine Xenforo (try mouseover on any topic and you'll see). I know …

jquery ajax jquery-ui tooltip jquery-tooltip
Kendo Tooltip relative to mouse position?

I would like the Kendo Tooltip to show next to the mouse when clicking/triggering it to open. It seems …

javascript jquery kendo-ui tooltip kendo-tooltip
Creating tooltips for each field in Sharepoint form

I want to create tool tips for each part in a form which employees have to fill in a share …

sharepoint popup sharepoint-designer tooltip field-description
How to add a tooltip to Boundfields in a Detailsview, but only if color of column has changed

I have the following code ... <asp:DetailsView ID="dvApprenticeship" runat="server" DataSourceID="dsApprenticeship" AutoGenerateRows="false" BackColor="#E0E8F0" …

asp.net tooltip mouseover detailsview boundfield
Add tooltip to a CStatic

I haven't been able to find a concise chunk of code that allows me to add/display tooltips to a …

mfc static tooltip
jQuery Tooltip widget well-suited to use with an IMAGE-MAP? suggestions/recommendations please

I would like to display different tooltip content for each of the areas defined in an image-map. Are there any …

jquery tooltip imagemap jquery-tooltip
WPF Show data from multiple DataContexts in ToolTip of ItemsControl

I am trying to display a tooltip for an item generated by an ItemsControl that needs to pull data from …

wpf data-binding tooltip datacontext itemscontrol
Extjs DataView to display tooltips

I am using ExtJS DataView for my image gallery. This is my way for item tooltip. It's in tpl. new …

extjs tooltip extjs4 dataview
How to add tooltip to f:selectItems

For example the f:selectItems component doesn't support the title attribute in some versions of JSF. Would it be possible …

jsf tooltip selectonemenu