On 13/set/07, at 18:24, Giovanni Battista Lenoci wrote:
> var $list = $('#li_id');
>
> $('ul',$list);
Questo cerca tutti gli elementi 'ul' che sono figli (anche non
diretti) dell'elemento il cui id è 'li_id'.
Io userei:
$('#li_id ul')
--
Cristiano Verondini
http://www.verondini.it --- [ICQ 114 190]