Refresh table data every 5 seconds with ajax based on toggle button status – Jquery ajax
I am creating a web page using Django and Ajax. I want to refresh my page every 5 seconds depending on the status of a bootstrap toggle switch. i.e. On - Auto refresh table data every 5 seconds Off -…