[jQuery] Re: How to extract an object from a jQuery reference?

2008-05-20 Thread Michael Geary
> > I understand that you can take an ordinary DOM object and create a > > jQuery reference out of it: > > > > var myDOMObject = document.myform.mytextfield; var myJQueryRef = > > $(myDOMObject); var myHtml = myJQueryRef.html(); > > > > I know, I can chain.  But for the sake of this example, I w

[jQuery] Re: How to extract an object from a jQuery reference?

2008-05-20 Thread Jerome
And that seems to be what I'm looking for. Thanks for pointing this out. Jerome. On May 20, 2:56 pm, Pyrolupus <[EMAIL PROTECTED]> wrote: > On May 20, 3:37 pm, Jerome <[EMAIL PROTECTED]> wrote: > > > > > I'm not quite sure how to describe, or search for, my question in > > existing discussions

[jQuery] Re: How to extract an object from a jQuery reference?

2008-05-20 Thread Pyrolupus
On May 20, 3:37 pm, Jerome <[EMAIL PROTECTED]> wrote: > I'm not quite sure how to describe, or search for, my question in > existing discussions.  I apologize in advance for my lack of search > savvy. > > I understand that you can take an ordinary DOM object and create a > jQuery reference out of

[jQuery] Re: How to extract an object from a jQuery reference?

2008-05-20 Thread Mike
> I'm not quite sure how to describe, or search for, my question in > existing discussions. I apologize in advance for my lack of search > savvy. > > I understand that you can take an ordinary DOM object and create a > jQuery reference out of it: > > var myDOMObject = document.myform.mytextfield;