On 12/18/06, Brandon Aaron <[EMAIL PROTECTED]> wrote:

To just expound on what Mike mentioned ... by saying,
'moveCodeToImg(this)' you are trying to call a function where it
shouldn't be called. You could write it like this:

$('.oneClass').each(function() { moveCodeToImg(this); });

pffft...should of noticed that myself. Thanks for clearing that up.

--
Aaron Heimlich
Web Developer
[EMAIL PROTECTED]
http://aheimlich.freepgs.com
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to