Skip to content

Instantly share code, notes, and snippets.

@nurfarazi
Created October 26, 2015 08:29
Show Gist options
  • Save nurfarazi/250e128f1d2ec862e590 to your computer and use it in GitHub Desktop.
Save nurfarazi/250e128f1d2ec862e590 to your computer and use it in GitHub Desktop.
get data from url
var fullparam = window.location.href;
var parts = fullparam.split('/', 7);
var SellectedIMEI = parts[4];
var longitud = parts[5];
var latitude = parts[6];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment