wyo schrieb:
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?
http://jquery.bassistance.de/api-browser/#hoverFunctionFunction
http://docs.jquery.com/Events#hover.28_over.2C_out_.29

--
Jörn Zaefferer

http://bassistance.de

Reply via email to