type='text/javascript'/>

jueves, 24 de octubre de 2013

ENTRENAMIENTO COGNITIVO. RESOLUCIÓN DE PROBLEMAS.

No hay comentarios :

Publicar un comentario

tu opinión es importante.

jQuery(document).ready(function() { jQuery("#IrArriba").hide(); jQuery(function () { jQuery(window).scroll(function () { if (jQuery(this).scrollTop() > 200) { jQuery('#IrArriba').fadeIn(); } else { jQuery('#IrArriba').fadeOut(); } }); jQuery('#IrArriba a').click(function () { jQuery('body,html').animate({ scrollTop: 0 }, 800); return false; }); }); }); //]]>