showing results for - "jquery success refresh page"
Lennox
04 Feb 2016
1location.reload();
2
3
4 $(document).ajaxStop(function() {
5        setInterval(function() {
6            location.reload();
7        }, 3000);
8    });