[jQuery] Re: How do I get a standard DOM object from jQuery selector.

2008-04-02 Thread hj
Maybe this will seem impudent, but ... > I have a feeling I'm just missing something in the documentation, but > is there anyway to get a standard DOM object to return from a jquery > selector? > > > > > > Essentially I want a way for $('.target', '#context') to give me the > equivalent of

[jQuery] Re: How do I get a standard DOM object from jQuery selector.

2008-04-01 Thread Karl Rudd
$('.target', '#context')[0] Karl Rudd On Wed, Apr 2, 2008 at 6:53 AM, Jesse <[EMAIL PROTECTED]> wrote: > > I have a feeling I'm just missing something in the documentation, but > is there anyway to get a standard DOM object to return from a jquery > selector? > > > > > > Essentially