Jquery – In a loop function, find all classes after the page is updated through ajax
In my page I have added function in jQuery which runs every 5 seconds. This function: Collects current records in a array currentRecords Makes an AJAX call and gets the new records in an array newRecords If the newRecords list…