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(
>
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()
2 matches
Mail list logo