> shouldn't be called. You could write it like this:
>
> $('.oneClass').each(function() { moveCodeToImg(this); });
I was thinking of this:
$('.oneClass').each(moveCodeToImg);
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/
