So I have the following div.
On google chrome I can inspect the element and see the size of the div. How can I capture the size of this div and store it as a variable? I'm assuming this can dynamically change depending on the users platform.
I need the current size of the div to create a ping pong type floating ball contained in the size of that div.