Utilizing AJAX, I am fetching articles. To display their comment counts, I utilize the following code:
DISQUSWIDGETS.getCount();
Initially, this method works fine. However, upon loading additional articles and re-calling the function, it fails to exhibit the comment counts for the new articles. There is also no error message displayed. Any suggestions on how to address this issue using Javascript?