Jump to content

URL amigável + load jquery


nmoa

Recommended Posts

boas

tenho aqui uma questão...

estou a fazer um site com url amigaveis a minha questão é que estou a abrir uma pagina atraves do load o jquer....só que essa pagina não reconhece os url amigaveis

existe alguma forma para sejam lidos?

 

o meus jquery esta

$("#lista_normal").on("click", function (){
	$("#lista").load(url+"/cnt/listas_viaturas.php");
	$(this).addClass("active-view-btn");
	$("#lista_grelha").removeClass("active-view-btn");
})

a ideia é que a pagina listas_viaturas.php consiga ler o url amigavel

o meu codigo de url amigavel é este

define('url', 'omeusite');

$url = explode('/', $_GET['url']);
		$pasta1 = $url[0];
		$pasta2 = $url[1];
$file= $url[2];

obrigado

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site you accept our Terms of Use and Privacy Policy. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.