`
ppju
  • 浏览: 77994 次
  • 性别: Icon_minigender_1
  • 来自: 西安
文章分类
社区版块
存档分类
最新评论

js control the html tag's attributes

阅读更多
today is Friday, June 22 2009.

I got some knowledge about the html and js from my project.So I will write them in my blog,And some advice is expected!

you can control the css style through the javascript code
<script language="javascript" type="text/javascript">
function doClickStyle(obj,objclassname){
document.getElementById(obj).className=objclassname;
}
</script>



also many technologies are existed, I will study them by myself, and write them in my blog .
0
1
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics