$(Mobj).eq(0).append('<div>test</div>');
IIRC
    Nicola

On Sun, Sep 21, 2008 at 3:00 PM, BillCompton <[EMAIL PROTECTED]> wrote:

>
>   var Mtemp = $(Mobj)[0]
>   $(Mtemp).append('<div>test</div>')
>
> How would I do this on one line?  I want to append to only the first
> element of the wrapped set?
>
> Thanks,
>
> George
>

Reply via email to