> Hi, Maybe you could think of adding things like $A, $H, $S, $L where you > could do something like: > > $L(['aaa', 'bbb']).each(fn)... would be nice
jQuery already has something like this built in: $.each(['aaa','bbb'], fn) You can find the documentation on it here: http://jquery.com/api/ --John _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
