[jQuery] How to avoid queue of hover events

2009-05-25 Thread Jamesm
Hi I am using the jquery hover event to transform some of my links when the user hovers over them. However when you move your mouse over one of these links several times in quick succession and then stop, the events are still executing one after the other for quite some time afterward, as if the

[jQuery] Positioning in IE

2008-06-15 Thread Jamesm
Hi, I just started learning jQuery and wrote this script to make an image enlarge when you click on it and return to normal when clicked on again. However, to make it return gracefully to its original position, I need to record of its top and left properties. The script works fine in Firefox, bu