I have this HTML:
<i class="material-icons">alarm_off</i>
How do I change this alarm_off
icon by another (for example, alarm_on
) by jQuery?
I have this HTML:
<i class="material-icons">alarm_off</i>
How do I change this alarm_off
icon by another (for example, alarm_on
) by jQuery?