[jQuery] prototype $H()

[jQuery] prototype $H()

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?
thanks, Will
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/