hmm. That is not on the list of supported selectors, but you can use
these:

$('.test ~ div > div')

or

$('.test ~ div').children('div')

- ricardo

On Oct 20, 12:17 am, "汪杰" <[EMAIL PROTECTED]> wrote:
> when you test  $(".test ~ div div")  , you'll see what i mean

Reply via email to