I'm pretty new to jQuery and I get pretty lost when using the $this variable. I've seen people use it in so many different ways-- ($this, $ (this), $.this, $.(this), etc-- to where I don't know which way is the correct way to use it. Anyways, can somebody look at the following code and tell me what I'm doing wrong? I have a feeling it has to do with the way I'm using the $this variable...
$("#rightDiv").hover( function() { $(this).css({visibility: 'visible';}); }, function() { $(this).css({visibility: 'hidden';}); } ); --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery (English)" group. To post to this group, send email to jquery-en@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/jquery-en?hl=en -~----------~----~----~----~------~----~------~--~---