[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? div id=context div class=target/div /div Essentially I want a way for $('.target', '#context')

[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? div id=context div