Help to enter please. There is such a html.
<span>ddd</span><button id="a" class="aaa bbb"><i class="ccc eee"></i></button>
Js fragment
$('#a').removeClass('aaa');
How can I add that in the same line to remove the class "ccc" from the tag that is inside this button and the full span tag before the button?