Does scrollIntoView() work in all browsers? If not is there a jQuery alternative?
scrollIntoView()
jQuery
read please about scrollIntoViewIfNeeded
if(el.scrollIntoViewIfNeeded){ el.scrollIntoViewIfNeeded() }else{ el.scrollIntoView() }