スパンを含む「div」があるので、その特定のスパンのIDが必要です
<div id="status-0" class="abc">
<span id="span_id" class="xyz" title="Enabled"> </span>
</div> So how to get id of span with jquery? and after some action i want to change class of that span using id, how to do that?