我需要滾動到顯示在問號結尾處的錨點.agree
。第一個問題決定了最後顯示的內容,這就是爲什麼在文檔結尾處有#if_one
#if_two
和#if_three
..所以解決方案必須適用於所有3種可能的答案。我試圖讓它在最後滾動到div(不是跳轉),並突出顯示div,使邊框變爲紅色。滾動到並突出顯示類別爲「.agree」的錨點結果加載後
這裏是我試圖滾動到錨和高亮部分:
<div id="if_one">
<a href="http://websitelinkhere.com/1" class="button_primary agree">If Question 1 = Answer 1</a>
</div>
<div id="if_two">
<a href="http://websitelinkhere.com/2" class="button_primary agree">If Question 1 = Answer 2</a>
</div>
<div id="if_three">
<a href="http://websitelinkhere.com/3" class="button_primary agree">If Question 1 = Answer 3</a>
</div>
這裏是JSFiddle
:目標爲造型的「目標」元素+ jQuery的scrollTo順利滾動你的頁面? –