For example, let's say http://www.google.com/Stack/overflow
In this above example, overflow is the last character. I need to fetch that overflow character
Please help me to achieve this
window.location.href
For example, let's say http://www.google.com/Stack/overflow
In this above example, overflow is the last character. I need to fetch that overflow character
Please help me to achieve this
window.location.href
window.location.href[window.location.href.length -1]:P