[jQuery] Selector question

[jQuery] Selector question

Hi guys,
This works ok
$('td').children().is('img :is[@src*=abled]')
Having said that I assumed I could also achieve same result by doing this
$('td').children('img :is[@src*=abled]') and expected the same result,
but not
Can anyone clarify this.
--kush
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/