tipped
tipped copied to clipboard
Tipped basic usage not working?
Hey,
I have a Bootstrap-based page, where I'm simply doing:
$(document).ready(function () {
Tipped.create($("#endBtn"), "a987");
});
The result is in the Screen shot - the div is displayed in a completely unexpected location, with no styling. I'm also attaching the HTML that Tipped injects at the bottom of <body>
, right after the JS imports.
Any ideas what could be going so wrong?
https://i.paste.pics/7434aa3055935a4dde39f281c4b556b2.png https://i.paste.pics/0ed2abcca18c006f5ae2a6b92ecf164f.png