On Dec 5, 2008, at 11:17 AM, Frank wrote:
Here was my attempt at modifying the original script by the way, which
gave very, very strange results. :)
$(".adminTable").hover(function(e){
Hi Frank,
The first problem in your modification to the script is that you stuck
with the .hover() method. It works great for most things, but not for
event delegation when you need it to be triggered every time your
mouse moves over another element within the one that is bound.
--Karl
____________
Karl Swedberg
www.englishrules.com
www.learningjquery.com