Please Visit: http://ift.tt/1ajReyV
from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/RrEW5c
via LifeLong Community
javascript - Remove querystring from URL - Stack Overflow
function stripQueryStringAndHashFromPath(url) {
return url.split("?")[0].split("#")[0];
}
Read full article from: http://ift.tt/1in2QZZ
http://ift.tt/1kCENWW
function stripQueryStringAndHashFromPath(url) {
return url.split("?")[0].split("#")[0];
}
Read full article from: http://ift.tt/1in2QZZ
http://ift.tt/1kCENWW
from Public RSS-Feed of Jeffery yuan. Created with the PIXELMECHANICS 'GPlusRSS-Webtool' at http://gplusrss.com http://ift.tt/RrEW5c
via LifeLong Community
No comments:
Post a Comment