On Thu, Nov 02, 2006 at 09:14:13PM +0000, Giuliano Marcangelo wrote:
> Bradford,
>
> not 100% sure if this will do the trick.........maybe one of the experts could
> verify
>
> <script type="text/javascript">
> $(document).ready(function() {
> $(".item1").hover(function() {
> $(this).next().addClass("shift");
> }, function() {
> $(this).next().removeClass("shift");
> });
>
> });
> </script>
So the answer was to use $(".item2", this), essentially using
find(".item2") in the context of item1.
Thanks for the help.
--
Bradford R. Bowman <[EMAIL PROTECTED]>
GnuPG public key [0x3EE183C6]
Available at http://pgp.mit.edu
signature.asc
Description: Digital signature
_______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
