> Does jquery have something like $H() ?
> I'm trying to convert a prototype based script
>
> var a = $H({
> a1: ["1", "2"],
> a2: ["3", "4"],
> });
>
> and
>
> a.each(function(n) {
> var v = $H(n).value;
> });
>
> how would I do this in jQuery?What does it do? -Mike _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
