target all elements iwithin a paragraph using child method jquery code example
Example: jquery find
$( "li.item-ii" ).find( "li" ).css( "background-color", "red" );
$( "li.item-ii" ).find( "li" ).css( "background-color", "red" );