I have this code
var pathname = window.location.pathname;
That take the current browser url
How can i paste the pathname into an html element like a p tag?
|
I have this code
That take the current browser url How can i paste the pathname into an html element like a p tag? |
||||
|
|
Use this:
If you want to get the full URL:
|
|||||||
|