Refresh current page jquery

How can I refresh a page with jQuery?
Ankur Rajput
Asked 12-11-2024
203

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