Open damcalder opened 12 years ago
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');
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.
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?