[jQuery] Re: Why report "handler.apply is not a function"

2008-05-30 Thread Wizzud

You're passing a string into mouseover() instead of function name

$('a.Brand').mouseover(checkBrand);

(assuming that the function checkBrand() does actually exist!)

James Hang wrote:
> in html:
>
>    script>
>