[jQuery] Re: MouseOver/MouseOut Hover

2008-07-06 Thread Mike
Yes I eventually did this thanks! On Jul 3, 11:18 pm, "Joel Birch" <[EMAIL PROTECTED]> wrote: > Hi Mike, > > Does it work if you remove the inline JavaScript from the div and > instead attach the handlers like this: > > $(document).ready(function() { > $('div.zoom').hover( >

[jQuery] Re: MouseOver/MouseOut Hover

2008-07-03 Thread Joel Birch
Hi Mike, Does it work if you remove the inline JavaScript from the div and instead attach the handlers like this: $(document).ready(function() { $('div.zoom').hover( function() { setHoverState(this.id); }, function()