type='text/javascript'/>
jueves, 25 de abril de 2013
Formas de sacar el balón ante el pressing. Por Dimas Carrasco
Agradeces a Dimas Carrasco por dejarme que este gran articulo lo pueda subir a mi blog.
http://www.futbolcarrasco.com/
forma de sacar el balón ante el pressing. Dimas carrasco
from
Chico Cabrera Cortes
Tweet
Entrada más reciente
Entrada antigua
Inicio
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; }); }); }); //]]>