whats the simplest way to return the "pathname" from an anchor tags href attribute?
example... say I have:
<a href="http://www.example.com/this/is/my/path.html">Blah</a>
I need to return only this "/this/is/my/path.html" part.
Ideas? I'm using jQuery if it helps..
Thanks!