var targetOffset = jQuery(target).offset().top; var containerOffset = jQuery('#productsDiv').offset().top; if(targetOffset < containerOffset) { target.scrollIntoView(); }