Ask questions and get good answers on jQuery

With the newest version of jQuery 1.4 release, your tooltip plugin is not working correctly. It stays on the top left side whenever we hover on a tooltip. May you please fix this before I can start using the newest version of jQuery? Thanks.

asked Jan 14 '10 at 21:38

goldlilys%201's gravatar image

goldlilys 1
111

edited Jan 14 '10 at 22:25

Matteo%20Bicocchi's gravatar image

Matteo Bicocchi ♦♦
1776129


to solve this bug change at line 77:

from:

  $().bind("mousemove", function(e) {...

to:

  $(document).bind("mousemove", function(e) {...

This bug will be fixed in next release.

answered Jan 14 '10 at 22:39

Matteo%20Bicocchi's gravatar image

Matteo Bicocchi ♦♦
1776129

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Tags:

Asked: Jan 14 '10 at 21:38

Seen: 774 times

Last updated: Aug 13 '10 at 06:23

Related questions

jQuery main site - Matteo Bicocchi