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