jquery - JQGrid ToolTip, length of time it displays -


A tooltip has been created in the jQuery Grid, when the user enters a cell, the content of that cell appears in the tool tip We are using it for cells that contain large amounts of text.

The only problem is that, the tool tip appears only for about 5 seconds, and then disappears. Is there any way to see this tool tip as long as the mouse is not moved, or at least one long length?

Thank you!

Perhaps an easy way to use CSS or Javascript techniques, but I do not know this. Which is definitely possible to implement some of the tooltip plugins that you want to implement. For example I included this which will be released in the next version of jQuery UI (1.9). You can start using it already.

You have several settings to customize tooltips. It does not look like it's like an irontrary. I just wanted to show in the demo, new tooltips can display HTML code, and not just text only because I have a color on the demo and " The tolltips are created inside the displayed text.

Comments