Twitter bootstrap – jQuery Loop not switching attributes
I have a jQuery each loop to loop through elements but it is not updating once a status has been changed. <span class="btn btn-icon btn-rounded btn-info social_selector" data-network="twitter" data-account-id="1" data-active='1'> <i class="fa fa-twitter"></i> </span> <span class="btn btn-icon btn-rounded indigo social_selector"…