Get the closest ancestor element that is scrollable.
This method finds the nearest ancestor that allows scrolling. In other words, the .scrollParent()
method finds the element that the currently selected element will scroll within.
Note: This method only works on jQuery objects containing one element.
This method does not accept any arguments.
Please login to continue.