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

php - Displaying JSON data posts for blog using just the post id -

docusignapi - Documents restrictions within a package -

javascript - angular.forEach loop with $http.get -