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
Hi, tipsy don't work in the follwing example:
<button class="tipsy" type="submit" title="Tooltip title">Submit Button</button>
$(":submit").off(); $(":submit").click(function () { // Some action return true; });
In this example it works:
<button class="tipsy" type="reset" title="Tooltip title">Reset Button</button>
Best, Andre
The text was updated successfully, but these errors were encountered:
It doesn't work if you use the click event.
Sorry, something went wrong.
I know this was opened at 2014, but, if you forget to instantiate the plugin never works right.
$(".tipsy").tipsy();
I did that. It works everywhere else too, but it doesn't work in the example above.
No branches or pull requests
Hi, tipsy don't work in the follwing example:
In this example it works:
Best,
Andre
The text was updated successfully, but these errors were encountered: