Anahkiasen / cookie-monster

A rehosted, cleaned up and updated version of the CookieMonster plugin.
31 stars 24 forks source link

Try to make tooltip stay on the screen #13

Closed SyDr closed 10 years ago

SyDr commented 10 years ago

2014-01-12 15 13 29

This will work on all tooltips with this style (buildings, upgrades, achievements, santa upgrades).

Anahkiasen commented 10 years ago

Added a few quick comments but overall really good job!

Anahkiasen commented 10 years ago

I think something got messed up here because you have a tooltip variable and a tooltipAnchor variable but neither of these two are declared anywhere ?

SyDr commented 10 years ago

As I say before: I don't know js (and jQuery), so I cannot create a good solution or find errors, if code works. These variables are declared in Cookie Clicker itself. And $("tooltip") don't worked, but $(tooltip) works.

Anahkiasen commented 10 years ago

Merged this manually, thanks!