CopyPastor

Detecting plagiarism made easy.

Score: 0.9724628629084833; Reported for: String similarity Open both answers

Possible Plagiarism

Reposted on 2015-11-26
by Nishad Up

Original Post

Original - Posted on 2015-11-26
by Nishad Up



            
Present in both answers; Present only in the new answer; Present only in the old answer;

Use

> $(window).scrollTop()
It'll scroll the window to the item.
var scrollPos = $("#branch1").offset().top; $(window).scrollTop(scrollPos);
Use

> $(window).scrollTop()
It'll scroll the window to the item.
var scrollPos = $(".focusme").offset().top; $(window).scrollTop(scrollPos);

        
Present in both answers; Present only in the new answer; Present only in the old answer;