tipped icon indicating copy to clipboard operation
tipped copied to clipboard

Tipped basic usage not working?

Open arisolt opened this issue 4 years ago • 0 comments

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

arisolt avatar Feb 25 '21 00:02 arisolt