How can i when click the button , the page will load the partial view and url from '/user/account/payment'
to '/user/account/profile'
without refresh the web page .
For me load the partial view will only using the jquery
$('class').load('partial page')
, but it will not change the URL .
Example website like the https://shopee.com.my/ account page .