Javascript:csstext Modify the style of the element--InnerHTML Modify the contents of the element!

Source: Internet
Author: User

<! DOCTYPE html>

<meta http-equiv= "Content-type" content= "text/html; Charset=utf-8 ">

<title> Untitled Document </title>


<style>

div {width:100px; height:100px; border:1px solid #333;}

</style>



<body>


<div id= "Div1" >123</div>


<input id= "btn1" type= "button" value= "buttons"/>


<script>

var odiv = document.getElementById (' Div1 ');

var obtn = document.getElementById (' btn1 ');


Odiv.onclick = function () {

ODiv.style.width = ' 200px ';

oDiv.style.cssText = ' width:200px; height:200px; ‘;

};

Obtn.onclick = function () {

ODiv.style.width = ' 100px ';

ODiv.style.cssText = ";

};


</script>


</body>


This article is from "Spring!" "Blog, be sure to keep this provenance http://11180930.blog.51cto.com/11170930/1832910

Javascript:csstext Modify the style of the element--InnerHTML Modify the contents of the element!

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.