Ver Mensaje Individual
  #1 (permalink)  
Antiguo 14/09/2015, 12:03
anachanelblanc
 
Fecha de Ingreso: marzo-2014
Ubicación: Galicia
Mensajes: 24
Antigüedad: 10 años, 8 meses
Puntos: 0
Pregunta código jquery

Me podía explicar alguien este fragmento de código. gracias


Código jquery:
Ver original
  1. jQuery(document).ready(function(){
  2.  !function ($) {function go_to_anchor( target ){
  3.  var offset = parseInt($('body').css('paddingTop'));
  4.  $('html, body').animate({
  5.     'scrollTop': $(target).offset().top-offset
  6.  }, 700, 'swing' );
  7.  return false;