;(function($) { $( '#pp-dotnav- .pp-dot a' ).on( 'click', function(e) { e.preventDefault(); e.stopPropagation(); if( 0 === $( '#'+$(this).data('row-id') ).length ) { return; } if ( $( 'html, body' ).is(':animated') ) { return; } $( 'html, body' ).animate({ scrollTop: $( '#'+$(this).data('row-id') ).offset().top -