We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
false
scrollTo
1 parent dd672d5 commit cfcbfe6Copy full SHA for cfcbfe6
README.md
@@ -165,7 +165,7 @@ key | default | description
165
`replace` | false | replace URL without adding browser history entry
166
`maxCacheLength` | 20 | maximum cache size for previous container contents
167
`version` | | a string or function returning the current pjax version
168
-`scrollTo` | 0 | vertical position to scroll to after navigation
+`scrollTo` | 0 | vertical position to scroll to after navigation. To avoid changing scroll position, pass `false`.
169
`type` | `"GET"` | see [$.ajax][]
170
`dataType` | `"html"` | see [$.ajax][]
171
`container` | | CSS selector for the element where content should be replaced
0 commit comments