/ Published in: JavaScript
Expand |
Embed | Plain Text
// variable for the current filename in the URL var filename = location.pathname.substr(location.pathname.lastIndexOf("/") + 1, location.pathname.length);
You need to login to post a comment.
