Is that not going to resolve to be something like $(4) in the above code? I'm not entirely sure I understand what the goal there is. If you want to change the background of the whole table as your comment suggests, use $(this).closest('table').css( ... ).
Replies
Is that not going to resolve to be something like
$(4)
in the above code? I'm not entirely sure I understand what the goal there is. If you want to change the background of the whole table as your comment suggests, use$(this).closest('table').css( ... )
.Allan