This's my codes:
var following_tags = $('.follow-tags-start').attr("data-following-tags");
$('.follow-tags-start').attr('data-following-tags', following_tags+1);
the issue that if the count of data-following-tags="0"
after do the action the count add 1 with the exists count so each time i do the action it's add 1 with 0.
data-following-tags="01111"