Anybody ?

On Feb 22, 4:04 am, Alex <blackange...@gmail.com> 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] ]
>
> Thanks
>
> Alex

Reply via email to