Alright. I have a non Jquery function called myFunction(domObject) prepared
to receive a DOM object as a parameter.
I want to use this function with several objects that share the same class,
so i use a sentence like this in the main page:

$(".oneClass").each(moveCodeToImg(this))

, but it doesn't seem to be working and firebug raises the following
exception:

fn has no properties

Maybe the problem is that, by doing this, what I'm passing is not an object,
but an array of them, but that's why I use the construction each..this. Any
ideas?
Thanks.
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to