Ver Mensaje Individual
  #2 (permalink)  
Antiguo 16/11/2013, 21:59
rodojpm
 
Fecha de Ingreso: julio-2010
Mensajes: 127
Antigüedad: 13 años, 9 meses
Puntos: 2
Respuesta: hacer hide y show de un div en loop php

Añade este pequeño código en tu archivo js

Código:
$('.titulo').click(function(){
       $(this).parent().find('.detalle-oferta').show();
});
También opcionalmente puedes cambiar el show() por toggle() y asi si vuelves a hacer click este se cierra nuevamente.
__________________
Mi ultima web.