tooltipsy icon indicating copy to clipboard operation
tooltipsy copied to clipboard

Add class to container so it can be referenced

Open damcalder opened this issue 13 years ago • 1 comments

why not add a class="tooltipsy-container" to Line 177: https://github.com/briancray/tooltipsy/blob/master/tooltipsy.source.js#L177 so it can be referenced?

this.$tipsy = $('<div id="tooltipsy' + this.random + '" class="tooltipsy-container" style="position:absolute;z-index:2147483647;display:none">').appendTo('body');

damcalder avatar Jun 21 '12 22:06 damcalder

I guess because I didn't want people styling the wrong thing/breaking the functionality. But I guess it could be an undocumented feature. Will add.

briancray avatar Jun 21 '12 22:06 briancray