So I'm trying to load a script dynamically and figure out the URL path at which that script was loaded. So some guy gave me a pretty awesome solution to this ...
I want to find all the href containing current url even if the whole href is longer.
E.g.
Current url: www.example.com/portfolio/
a href url: www.example.com/portfolio/#28
What I want to do is to ...
Hi I am just doing user profiles, and figured would be cool to allow them to add a facebook link to their profile, and preview it on click, or in a ...