Skip to content
New issue

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

Add class to container so it can be referenced #20

Open
damcalder opened this issue Jun 21, 2012 · 1 comment
Open

Add class to container so it can be referenced #20

damcalder opened this issue Jun 21, 2012 · 1 comment

Comments

@damcalder
Copy link

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
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants