SyntaxFix
Write A Post
Hire A Developer
Questions
What is working for me is - history.replaceState() function which is as follows -
history.replaceState()
history.replaceState(data,"Title of page"[,'url-of-the-page']);
This will not reload page, you can make use of it with event of javascript