I want to use js to split the following URL:
http://domainexample/path1?src=TMAmke&utm_source=one&utm_medium=Email&utm_campaign=Oct2016
So to create a var that is equal to TMAmke (or any characters in this position of the URL.
What would be the best way to go about doing so?
Thanks!