> 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
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to