krzysu / flot.tooltip

tooltip plugin for wonderful Flot plotting library
https://github.com/krzysu/flot.tooltip
187 stars 153 forks source link

compatibility with some old jQuery versions #87

Closed RoboterHund closed 10 years ago

RoboterHund commented 10 years ago

Some jQuery versions require changes to updateTooltipPosition, because, in those versions, calling $(window)innerWidth() throws an exception. Same happens with innerHeight.

Statistics show that those versions are still in use on a number of production sites.

Roundaround commented 10 years ago

Awesome, thanks for cleaning that up for me RoboterHund.