Ver Mensaje Individual
  #1 (permalink)  
Antiguo 10/02/2013, 20:49
quico6
 
Fecha de Ingreso: marzo-2010
Mensajes: 32
Antigüedad: 14 años, 8 meses
Puntos: 0
navegación Ajax (dynamicpage.js) y uso de addClass

lo que intento es mediante ("addClass") cambiar el CSS

http://cateringasmeigas.es/2K13/index.php ("Aqui funciona")
http://cateringasmeigas.es/2K13/#index.php ("pero donde debería funcionar falla")

gracias

index.php
Código:
<script>
	$(document).ready(function(){
		$("section").addClass("silver");
		//$('section').attr("class", "green");
	});
</script>
header.php
Código:
<!DOCTYPE html>
<html lang="es-ES">
	<head>
	    <meta charset="utf-8">
	    <title>Title</title>
		<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
		<!--<script type="text/javascript" src="js/jquery.ba-hashchange.min.js"></script>-->
		<script type="text/javascript" src="js/dynamicpage.js"></script>
		<link rel='stylesheet' type='text/css' href='css/style.css'>
	</head>
	<body>
		<header><?php echo"\n"; include "php/menu.php"; echo"\n"; ?>		</header>
		<article><section><div><div><div><div>