I want to remove class with removeClass()
but there is not work
here is my code
<td ng-repeat="user in users[0].yds" data-title="'Timeline'"
sortable="timeline" style="text-align: center">
<i id="circle_show" class="icon-circle-blank" style="position: absolute;">
</i>
</td>
$('#circle_show').removeClass("icon-circle-blank");
console.log('rm')
removeClass()
have done , but the class is not remove
please help