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
Post a Comment