Easy way to resize DIV with Javascript / Prototype

I have a div that floats at the bottom of the screen and wants users to resize it vertically (grabbing the handle at the top of the div and pulling the div up or down). I use Prototype.js, so it just needs to be compatible with this, although if there is an easier way to do this than with another javascript library, which would be very preferable. Has anyone found something similar or had an easy way to do this?

+4
source share
1 answer

Here is what you are looking for. It has sample code using a prototype.

+3
source

Source: https://habr.com/ru/post/1313895/


All Articles