On 15 Apr., 18:27, "Brian Cherne" <[EMAIL PROTECTED]> wrote:
> You could chain this on the end of $('#prev')
>
> .hover(
>    function(){ $(this).addClass('isOver'); }, // don't forget the comma
>    function(){ $(this).removeClass('isOver'); }
> );
>
".hover" is this a jQuery function? Where is it described?

O. Wyss

Reply via email to