We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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');
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: