getSize

returns full scrollable size ( scrollWidth or scrollHeight of content )

number getSize();
numberfull scrollable size ( scrollWidth or scrollHeight of content )

Example

var size = scroll.getSize();

Back to top