Tema: Consulta
Ver Mensaje Individual
  #4 (permalink)  
Antiguo 22/05/2014, 02:12
dimas18
 
Fecha de Ingreso: noviembre-2010
Mensajes: 70
Antigüedad: 14 años
Puntos: 0
Respuesta: Consulta

Amigo use tu code pero le agregue otras funciones pero tu code me sirvio, muchas gracias

ya al final lo deje asi
Código PHP:
        <script>
        $(
'img.gifpost').on('click', function(){
var 
id = $(this).attr("id");
    
img document.getElementById(id),
    
carga document.getElementById('cargar' id);
    
carga.style.display "block";
    
img.src img.getAttribute("data-url");
        $(
'img.gifpost').bind('load', function() {
        
carga.style.display "none";
             
setTimeout(function(){
             $(
'#span' id).removeAttr('style');
             }, 
3000);
        })
});
        
</script>