jQuery Select Child Span

.children('span')
// Example
$(this).children('span').addClass('dashicons-saved');
Healthy Hare