Ver Mensaje Individual
  #8 (permalink)  
Antiguo 20/05/2010, 10:01
juan007
 
Fecha de Ingreso: marzo-2004
Ubicación: Chile
Mensajes: 382
Antigüedad: 20 años, 2 meses
Puntos: 0
Respuesta: Problemas con menu

genial mayid ...muchas gracias me quedo finalmente el codigo de esta forma:

Código:
$(".mano").each(function() { 
          var href = $(this).attr("href"); 
          $(this).click(function(){ 
	  $(this).attr("href","#");
            $("#contenido").load(href); }); 
   });
Gracias por todo mayid saludos desde CHILE.