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

ezpz-tooltip plugin #6

Open
Chinedumeze opened this issue Jan 4, 2018 · 0 comments
Open

ezpz-tooltip plugin #6

Chinedumeze opened this issue Jan 4, 2018 · 0 comments

Comments

@Chinedumeze
Copy link

I found this plugin to be exactly what I have been craving. But being too green in JQuery and Javascript, I have not been able to implement it successfully!
I saved the plugin file in my root folder as jquery.ezpz.tooltip.js
I inserted the target class and IDs in the Target Divs and Content class and IDs in the Contents Divs to match those in the corresponding Target Divs.
And then entered the calling script at bottom of my page just before the closing body tag like this:

$(document).ready(function(){
$(".tooltip-target").ezpz_tooltip();
});
Please help me pinpoint my mistake.

My webpage is Bootstrap 3-based and with .php extension.

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

1 participant