javascript - Resize div vertical or horizontal -


how resize div vertical or horizontal not using css property resize height or width using pure javascript code?

you can style e.g.

getelementbyid('div_register').style.width='500px'; getelementbyid('div_register').style.height='500px'; 

Comments

Popular posts from this blog

cookies - Yii2 Advanced - Share session between frontend and mainsite (duplicate of frontend for www) -

angular - password and confirm password field validation angular2 reactive forms -

php - Permission denied. Laravel linux server -