关于取消设置的问题
把#txt改成 .txt
<style type="text/css">
body{font-size:12px;}
.txt{
height:400px;
width:600px;
border:#333 solid 1px;
padding:5px;}
p{
line-height:18px;
text-indent:2em;}
</style>
下面是取消设置方法,但是没效果,麻烦看一下哪里错了?
function cancel(){
var q=confirm("是否确定取消设置?")
if(q==true){
last.className="txt";
}
还有有的人写的取消设置,txt.removeAttribute('style');,这个是什么意思?