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.
1 parent 75d59a3 commit 67996d7Copy full SHA for 67996d7
entries/scrollTop.xml
@@ -1,6 +1,6 @@
1
<?xml version="1.0"?>
2
<entries>
3
- <entry type="method" name="scrollTop" return="Integer">
+ <entry type="method" name="scrollTop" return="Number">
4
<title>.scrollTop()</title>
5
<signature>
6
<added>1.2.6</added>
@@ -35,7 +35,7 @@ $( "p:last" ).text( "scrollTop:" + p.scrollTop() );
35
36
37
<argument name="value" type="Number">
38
- <desc>An integer indicating the new position to set the scroll bar to.</desc>
+ <desc>A number indicating the new position to set the scroll bar to.</desc>
39
</argument>
40
</signature>
41
<desc>Set the current vertical position of the scroll bar for each of the set of matched elements.</desc>
0 commit comments