This is my code:
$(".count").text(parseInt($(".count").text())+1);
the issue that this code working for English numbers only and not working with Arabic number.
1 in Arabic = ١
How can solve this issue to make this code working for both Arabic and English languages?