Skip to content

Instantly share code, notes, and snippets.

@fellix
Created October 28, 2011 17:30
Show Gist options
  • Select an option

  • Save fellix/1322823 to your computer and use it in GitHub Desktop.

Select an option

Save fellix/1322823 to your computer and use it in GitHub Desktop.
POG pra um container Java reconhecer o caminho relativo numa requisião ajax
local = document.location.href;
urlMappings = local.split("/");
context = urlMappings[3];
$.ajax({
url: '/'+context+'/alertas',
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment