闲着没事学了学js,做了一个下页面玩玩。
下面是html代码:
之后呢加个css:
.box{ width: 100%; height: 1000px; border-bottom: #228560 solid 1px;}
.logo{ width: 100%; height: 55px; border-bottom: #228560 solid 3px; background-color: #28a176; padding-top: 15px;}
.biaozhi{ width: 300px; height: 35px; background: url(../img/tu.png) no-repeat;margin-left: 50px; text-align: right; color: greenyellow; font-size: 30px; float: left;}
.you{ width: 150px; height: 35px; float: right; margin-right: 50px;}
.more{ width: 50px; height: 35px; float: left; font-size: 25px; text-align: center; color: white;}
.more:hover{ width: 50px; height: 35px; float: left; font-size: 25px; text-align: center; color: greenyellow; cursor: pointer;}
.banner{width: 100%; height: 584px; clear: both;}
.daohang{ width: 26.3%; height: 930px; border-right: #d1d1d1 solid 1px; float: left;}
.tou{ width: 350px; height: 180px; border-bottom: #228560 solid 1px; background: url(../img/3.png); padding-top: 20px;}
.xiang{ width: 80px; height: 80px; margin-left: 20px; background: url(../img/xiang.png);}
.nihao{ width: 350px; height: 35px; margin-top: 65px; background-color: black; filter:alpha(Opacity=50);-moz-opacity:0.5;opacity: 0.5;}
.nihao:hover{ width: 350px; height: 35px; margin-top: 65px; background-color: #024c1e; filter:alpha(Opacity=70);-moz-opacity:0.7;opacity: 0.7; cursor: pointer;}
.ni{ width: 150px; height: 27px; float: left; color: #fff; text-align: center; font-size: 20px; margin-top: 8px;}
.xia{ width: 70px; height: 27px; float: right; color: #fff; text-align: center; font-size: 20px; margin-top: 8px;}
.jiao{ width: 350px; height: 719px;}
.yue{width: 350px; height: 35px; color: darkgrey;text-align: center;}
#cang{ width: 350px; height: 108px; background-color: #28a176; display:none;}
.chang{ width: 350px; height: 108px; display:none;}
.xiao{ width: 350px; height: 35px; border-bottom: #f1f1f1 solid 1px; text-align: center; font-size: 25px; color: #232323;}
.xiao:hover{width: 350px; height: 35px; border-bottom: #f1f1f1 solid 1px; text-align: center; font-size: 25px; color: #232323; background-color: yellowgreen;cursor: pointer;}
.yice{ width: 73.6%; height: 930px; float: right;}
.biaoti{ width: 100%; height: 52px; background-color: #28a176;}
.heng{width: 120px; height: 42px; float: left; text-align: center; color: white; font-size: 25px; font-weight: bolder;margin-top: 10px; border-bottom: #fff solid 2px;cursor: pointer;}
.zhuyao{ width: 100%; height: 870px; clear: both; background-color: cornflowerblue;}
在之后搞个jqery库 外加一个自己写的js:
var xiakai = 1;
function xia(){
if(xiakai == 1){
$("#xia").html("▼");
$("#cang").slideDown("slow");
xiakai = 2;
}else{
$("#cang").slideUp("slow");
xiakai = 1;
$("#xia").html("▲");
}
}
var xiaakai = 1;
function xiaa(){
if(xiaakai ==1){
$("#hui").html("游戏会员 ▼");
$("#huicang").slideDown("slow");
xiaakai = 2;
$("#hui").css({ "background": "#00fef5" });
}else{
$("#hui").html("游戏会员 ▲");
$("#huicang").slideUp("slow");
xiaakai = 1;
$("#hui").css({ "background": "white" });
}
}
var xiabkai = 1;
function xiab(){
if(xiabkai ==1){
$("#qian").html("我的钱包 ▼");
$("#qiancang").slideDown("slow");
xiabkai = 2;
$("#qian").css({ "background": "#00fef5" });
}else{
$("#qian").html("我的钱包 ▲");
$("#qiancang").slideUp("slow");
xiabkai = 1;
$("#qian").css({ "background": "white" });
}
}
var xiackai = 1;
function xiac(){
if(xiackai ==1){
$("#kai").html("开始游戏 ▼");
$("#youcang").slideDown("slow");
xiackai = 2;
$("#kai").css({ "background": "#00fef5" });
}else{
$("#kai").html("开始游戏 ▲");
$("#youcang").slideUp("slow");
xiackai = 1;
$("#kai").css({ "background": "white" });
}
}
var xiadkai = 1;
function xiad(){
if(xiackai ==1){
$("#jin").html("近期战绩 ▼");
$("#jincang").slideDown("slow");
xiackai = 2;
$("#jin").css({ "background": "#00fef5" });
}else{
$("#jin").html("近期战绩 ▲");
$("#jincang").slideUp("slow");
xiackai = 1;
$("#jin").css({ "background": "white" });
}
}
var zz = "";
function zong1(){
zz = "开通会员";
dadajuan();
};
function zong2(){
zz = "Renewal Membership";
dadajuan();
}
function zong3(){
zz = "Member Benefits";
dadajuan();
}
function zong4(){
zz = "Balance Inquiry";
dadajuan();
}
function zong5(){
zz = "Balance recharge";
dadajuan();
}
function zong6(){
zz = "Balance withdrawal";
dadajuan();
}
function zong7 (){
zz = "Click to start";
dadajuan();
}
function zong8(){
zz= "Game Settings";
dadajuan();
}
function zong9(){
zz = "Invite friends";
dadajuan();
}
function zong10(){
zz = "Record query" ;
dadajuan();
}
function zong11(){
zz = "Game Screenshot";
dadajuan();
}
function zong12(){
zz = "Recent Video";
dadajuan();
}
var i = 0;
var shuzu = new Array();
var x = 0;
function dadajuan(){
if(i shuzu[i] = zz;
var kaiguan = 1;
if(i!=0){
for(var j = 0;j var cao = shuzu[j];
if(cao == zz){
kaiguan = 2;
x = j;
}
}
}
if(kaiguan == 1){
bianse();
switch(i){
case 0:
$("#z0" ).html(zz);
$("#z0").css({ "border-bottom" : "sandybrown solid 2px" });
break;
case 1:
$ ("#z1").html(zz);
$("#z1").css({ "border-bottom" : "sandybrown solid 2px" });
break;
case 2 :
$("#z2").html(zz);
$("#z2").css({ "border-bottom" : "sandybrown solid 2px" });
break;
case 3:
$("#z3").html(zz);
$("#z3").css({ "border-bottom" : "sandybrown solid 2px" });
break;
case 4:
$("#z4").html(zz);
$("#z4").css({ "border-bottom" : "sandybrown solid 2px" });
break;
case 5:
$("#z5").html(zz);
$("#z5").css({ "border-bottom " : "sandybrown solid 2px" });
break;
case 6:
$("#z6").html(zz);
$("#z6").css( { "border-bottom" : "sandybrown solid 2px" });
break;
case 7:
$("#z7").html(zz);
$("#z7 ").css({ "border-bottom" : "sandybrown solid 2px" });
break;
default:
alert("Up to 8 windows can be opened! ! ! ");
i--;
}
}else{
bianse();
switch(x){
case 0:
$("#z0" ).css({ "border-bottom" : "sandybrown solid 2px" });
break;
case 1:
$("#z1").css({ "border-bottom" : "sandybrown solid 2px" });
break;
case 2:
$("#z2").css({ "border-bottom" : "sandybrown solid 2px" });
break;
case 3:
$("#z3").css({ "border-bottom" : "sandybrown solid 2px" });
break;
case 4:
$("#z4").css({ "border-bottom" : "sandybrown solid 2px" });
break;
case 5:
$("#z5").css({ "border-bottom" : "sandybrown solid 2px" });
break;
case 6:
$("#z6").css({ "border-bottom" : "sandybrown solid 2px" });
break;
case 7:
$("#z7").css({ "border-bottom" : "sandybrown solid 2px" });
break;
default:
alert("Up to 8 windows can be opened!!!");
}
i--;
}
i++;
}else{
alert ("Up to 8 windows can be opened!!!");
}
}
function bianse(){
$("#z0").css({ "border- bottom" : "#fff solid 2px" });
$("#z1").css({ "border-bottom" : "#fff solid 2px" });
$("#z2" ).css({ "border-bottom" : "#fff solid 2px" });
$("#z3").css({ "border-bottom" : "#fff solid 2px" });
$("#z4").css({ "border-bottom" : "#fff solid 2px" });
$("#z5").css({ "border-bottom" : "# fff solid 2px" });
$("#z6").css({ "border-bottom" : "#fff solid 2px" });
$("#z7").css({ "border-bottom" : "#fff solid 2px" });
}
function wobian0(){
bianse();
$("#z0").css({ "border -bottom" : "sandybrown solid 2px" });
}
function wobian1(){
bianse();
$("#z1").css({ "border-bottom" : "sandybrown solid 2px" });
}
function wobian2(){
bianse();
$("#z2").css({ "border-bottom" : "sandybrown solid 2px" });
}
function wobian3(){
bianse();
$("#z3").css({ "border-bottom" : "sandybrown solid 2px" });
}
function wobian4(){
bianse();
$("#z4").css({ "border-bottom" : "sandybrown solid 2px" });
}
function wobian5(){
bianse();
$("#z5").css({ "border-bottom" : "sandybrown solid 2px" });
}
function wobian6(){
bianse();
$("#z6").css({ "border-bottom" : "sandybrown solid 2px" });
}
function wobian7(){
bianse();
$("#z7").css({ "border-bottom" : "sandybrown solid 2px" });
}
function nibange(){
alert("我最腻害!!");
}
这个网页可以动了!哈哈!!!
The above is the detailed content of Share a js example I made. For more information, please follow other related articles on the PHP Chinese website!

The main uses of JavaScript in web development include client interaction, form verification and asynchronous communication. 1) Dynamic content update and user interaction through DOM operations; 2) Client verification is carried out before the user submits data to improve the user experience; 3) Refreshless communication with the server is achieved through AJAX technology.

Understanding how JavaScript engine works internally is important to developers because it helps write more efficient code and understand performance bottlenecks and optimization strategies. 1) The engine's workflow includes three stages: parsing, compiling and execution; 2) During the execution process, the engine will perform dynamic optimization, such as inline cache and hidden classes; 3) Best practices include avoiding global variables, optimizing loops, using const and lets, and avoiding excessive use of closures.

Python is more suitable for beginners, with a smooth learning curve and concise syntax; JavaScript is suitable for front-end development, with a steep learning curve and flexible syntax. 1. Python syntax is intuitive and suitable for data science and back-end development. 2. JavaScript is flexible and widely used in front-end and server-side programming.

Python and JavaScript have their own advantages and disadvantages in terms of community, libraries and resources. 1) The Python community is friendly and suitable for beginners, but the front-end development resources are not as rich as JavaScript. 2) Python is powerful in data science and machine learning libraries, while JavaScript is better in front-end development libraries and frameworks. 3) Both have rich learning resources, but Python is suitable for starting with official documents, while JavaScript is better with MDNWebDocs. The choice should be based on project needs and personal interests.

The shift from C/C to JavaScript requires adapting to dynamic typing, garbage collection and asynchronous programming. 1) C/C is a statically typed language that requires manual memory management, while JavaScript is dynamically typed and garbage collection is automatically processed. 2) C/C needs to be compiled into machine code, while JavaScript is an interpreted language. 3) JavaScript introduces concepts such as closures, prototype chains and Promise, which enhances flexibility and asynchronous programming capabilities.

Different JavaScript engines have different effects when parsing and executing JavaScript code, because the implementation principles and optimization strategies of each engine differ. 1. Lexical analysis: convert source code into lexical unit. 2. Grammar analysis: Generate an abstract syntax tree. 3. Optimization and compilation: Generate machine code through the JIT compiler. 4. Execute: Run the machine code. V8 engine optimizes through instant compilation and hidden class, SpiderMonkey uses a type inference system, resulting in different performance performance on the same code.

JavaScript's applications in the real world include server-side programming, mobile application development and Internet of Things control: 1. Server-side programming is realized through Node.js, suitable for high concurrent request processing. 2. Mobile application development is carried out through ReactNative and supports cross-platform deployment. 3. Used for IoT device control through Johnny-Five library, suitable for hardware interaction.

I built a functional multi-tenant SaaS application (an EdTech app) with your everyday tech tool and you can do the same. First, what’s a multi-tenant SaaS application? Multi-tenant SaaS applications let you serve multiple customers from a sing


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

PhpStorm Mac version
The latest (2018.2.1) professional PHP integrated development tool

SublimeText3 Linux new version
SublimeText3 Linux latest version

VSCode Windows 64-bit Download
A free and powerful IDE editor launched by Microsoft

ZendStudio 13.5.1 Mac
Powerful PHP integrated development environment

Notepad++7.3.1
Easy-to-use and free code editor