[jQuery] Re: whether the structure of the jQuery object like this

2009-02-22 Thread 浩翔
but i think i have solved the question. On Feb 22, 8:13 pm, hybris77 wrote: > what is it that you want to achieve my friend ? maybe I can help > > On 22 Feb, 08:44, 浩翔 wrote: > > > Anybody ? > > > On Feb 22, 4:04 am, Alex wrote: > > > > whether the structure of the jQuery object like this : >

[jQuery] Re: whether the structure of the jQuery object like this

2009-02-22 Thread 浩翔
ok, i add you to my Gtalk . On Feb 22, 8:13 pm, hybris77 wrote: > what is it that you want to achieve my friend ? maybe I can help > > On 22 Feb, 08:44, 浩翔 wrote: > > > Anybody ? > > > On Feb 22, 4:04 am, Alex wrote: > > > > whether the structure of the jQuery object like this : > > > > $('

[jQuery] Re: whether the structure of the jQuery object like this

2009-02-22 Thread hybris77
what is it that you want to achieve my friend ? maybe I can help On 22 Feb, 08:44, 浩翔 wrote: > Anybody ? > > On Feb 22, 4:04 am, Alex wrote: > > > whether the structure of the jQuery object like this : > > > $('p') > > > if the tag p only one, the structure is : > > > [ [attr =>

[jQuery] Re: whether the structure of the jQuery object like this

2009-02-21 Thread 浩翔
Anybody ? On Feb 22, 4:04 am, Alex wrote: > whether the structure of the jQuery object  like this : > > $('p') > > if the tag p only one,  the structure is : > >   [      [    attr => value   ]    ] > > if the tag p has two , the structure is : > > [ [ attr => value], [attr => value] ] > > Than