Simple Static Tooltip Widget using jQuery.UI
Few days I posted a new simple jQuery.UI widget, Simple Static Tooltip Widget. In this post, I provide a toop tip with 3 examples.
The tooltip support 3 modes, show/hide tooltip on mouseover/mouseout or on focus/blur or manually using tooltip client APIs (show/hide).
One of the examples shows how to use the tooltip along with AJAX call using jQuery AJAX.
I hope you'll enjoy it.