[jQuery] RE: How to get the TagName of a jQuery object?

[jQuery] RE: How to get the TagName of a jQuery object?


DOH!
         var $kids=$('*').not('page').not('pages');
         ar=new Array();
         $kids.each(function(){ar.push(this.tagName)});
sorry guys!