tipso
tipso copied to clipboard
A Lightweight Responsive jQuery Tooltip Plugin
Hello, first of all, thanks for your work, i find this plugin very nice and useful! I'd like to ask if fade effect could be disabled, i'd need an on/off...
How is it possible to show and image on a page with tooltip show another image without ajax?
I implemented this because we need the tooltip but not with the dotted line, so I put as optional but the default value is true. The help cursor was an...
If the tooltip is located on a button that triggers an Ajax refresh, the tooltip remains and can not be removed. I've solved this for me with a remove() ```javascript...
I added the tooltip inside the header. The header position is fixed. If we scroll the page the tooltip also scroll with the action. I need to prevent the scrolling...
If the manageShowHide option (true by default) is false, the plugin doesn't setup mouse hover events and lets the user call show/hide programmatically.
Have added a "showEvents" option and a "hideEvents" option, which default to 'mouseover' and 'mouseout' respectively. The options can be a space-separated string of events, or an array of events,...
Great plugin! How about adding delegation so you can bind a single event to a parent element? E.g. `$('.parent').tipso({ delegate: '.tooltip' })` Obvious reasons are: * Better performance if lots...
when added the tooltip on the input button and scrolled down the page - the tooltip position does not make sense - as it appears way too above of the...
If tooltips width wider than window width it's overflowing.