Refresh current page jquery

How can I refresh a page with jQuery?
Ankur Rajput
Asked 06-01-2024
195

Answer (1)
Hi there is no need of jquery to reload current page, use can just use javascript code.. <script> location.reload(); </script>
Deepak Sharma
Asked 24-07-2018
45 Likes
Comments
Write comment

Submit your answer