briancray / tooltipsy

Introducing a jQuery tooltip plugin for control-obsessed designers.
http://tooltipsy.com
MIT License
326 stars 97 forks source link

Add class to container so it can be referenced #20

Open damcalder opened 12 years ago

damcalder commented 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');
briancray commented 12 years ago

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.