tipso icon indicating copy to clipboard operation
tipso copied to clipboard

A Lightweight Responsive jQuery Tooltip Plugin

Results 26 tipso issues
Sort by recently updated
recently updated
newest added

I would like to see the ability to pull in element rather than everything specified within ajaxContentUrl. I originally thought that "contentElementId" would provide this functionality but I was mistaken....

When tipso is inside of scroll area, it's still relative to body. And when you scroll in the scroll area, tipso will not stay with the element. jsfiddle - https://jsfiddle.net/91ffdtws/3/...

Today I am using jquery.ajaxtooltip, it is not beautiful like yours but it has a functionnality I need. While loading the page, the script creates a tooltip automatically by searching...

Any updates that are falsey don't pass this check i.e. `false`, "" or 0 - might be better to check if the value is undefined.

- Readme and demo updated to document delay. - Demo updated to show width/max-width

If a width option was provided, the maxWidth option would never be applied because the if would short circuit. This commit allows for both options to coexist.