Michael Geary schrieb:
> The code I posted does solve this problem completely - simply use objectEach
> instead of $.each, and change your callback function to take explicit
> parameters instead of using "this".
>
> Using "this" in an object iterator doesn't make much sense anyway. You need
> two arguments (name and value) regardless, and the code is much more
> understandable when they are both named parameters.
>
> $.each should be regarded as a jQuery internal function only - there's no
> reason to use it when it's so easy to write your own, more straightforward
> iterator.
>   
Ok, thanks for clarifying.

-- 
Jörn Zaefferer

http://bassistance.de


_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to