当前位置:Gxlcms > JavaScript > js命名空间写法示例_javascript技巧

js命名空间写法示例_javascript技巧

时间:2021-07-01 10:21:17 帮助过:2人阅读

本文实例分析了js命名空间写法。分享给大家供大家参考,具体如下:

很早知道这种写法,由于基础面向对象不够扎实一直在回避,但是面对整站这种方法还是有必要会

html部分:

111
现实
  • 1
  • 2
  • 3
内容1
内容2
内容3

css样式:

#div1{width: 100px;height: 100px;background: #ccc;}
#div2{width:100px;height: 20px;background: red;}
#div3{width: 300px;height: 200px;border: 1px solid #ccc;position: absolute;;margin-left: -150px;margin-top:-100px;left:50%;top: 50%;display: none;}
li{width: 100px;float: left;background: #ccc;}
.active{background: red;}
.tab_main{display: none;}
.clearfix:after{clear: both;display: table;content:'';}
.cleafix{zoom:1;}

js代码:

希望本文所述对大家JavaScript程序设计有所帮助。

人气教程排行