Home Web Front-end JS Tutorial Simple implementation of hiding/showing JavaScript column list_javascript skills

Simple implementation of hiding/showing JavaScript column list_javascript skills

May 16, 2016 pm 05:38 PM
div javascript hide

1. Build JavaScript library
Copy the code The code is as follows:

( function(){

//Register the namespace IC to window
window['JSHide']={};

//Hide the sidebar and replace the image with Right arrow image
function yc()
{
document.getElementById("cloone").style.display ="none";
document.getElementById("img").innerHTML ="&lt ;img src='Image/right arrow.png' width='10' height='10' longdesc='Image/right arrow.png' onclick='JSHide.xs()' />";

}
window['JSHide']['yc']=yc;

//Show the sidebar and change the image to the left arrow
function xs()
{
document.getElementById("cloone").style.display ="";
document.getElementById("img").innerHTML ="<img src='Image/leftarrow.png' width= '10' height='10' longdesc='Image/Left Arrow.png' onclick='JSHide.yc()' />";

}
window['JSHide'][' xs']=xs;
})();

2. Insert the JS file into the HTML file :
"Insert"--"HTML "--"Script Object"---"Script", select the script file and insert it into the HTML file.
3.HTML file code
Copy code The code is as follows:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/ html; charset=gb2312" />
<title>javascript column mode</title>
<script language="JavaScript" type="text/javascript" src="JS/JSHide. js"></script>
</head>
<body>
<table width="425" height="198" border="1">
<tr>
<td id="cloone" width="55" align="center" valign="middle" scope="row">
<p><a href=" if test.html" target="_blank">Column 1</a></p>
<p><a href="for loop.html" target="_blank">Column 2</a></p>
<p><a href="CSS initially changes color and disappears.html" target="_blank">Column 3</a></p&gt ;
<p><a href="1Add to 100.html" target="_blank">Column 4</a></p>
<p><a href="JS preliminary.html" target="_blank">Column 5</a></p>
</td>
<td width="102" align="center " valign="middle">
<span id="img">
<img src="Image/leftarrow.png" width="10" height="20" longdesc=" Image/Left Arrow.png" onclick="JSHide.yc()"/>
</span>
</td>
<td width="71" align="center " valign="middle">This is the content area</td>
<td width="169" align="center" valign="middle"><input type="text" name= "textfield" id="txtid" value="yesle" /></td>
</tr>
</table>
</body>
< /html>
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot Article Tags

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Win11 input method floating window hidden settings Win11 input method floating window hidden settings Dec 30, 2023 pm 11:24 PM

Win11 input method floating window hidden settings

How to hide Windows 11 taskbar icons? How to hide Windows 11 taskbar icons? Jan 06, 2024 am 08:38 AM

How to hide Windows 11 taskbar icons?

How to hide WeChat friends without blocking or deleting them? How to hide WeChat friends without blocking or deleting them How to hide WeChat friends without blocking or deleting them? How to hide WeChat friends without blocking or deleting them Mar 13, 2024 pm 07:19 PM

How to hide WeChat friends without blocking or deleting them? How to hide WeChat friends without blocking or deleting them

How to hide Smart Island on Xiaomi Mi 14? How to hide Smart Island on Xiaomi Mi 14? Mar 18, 2024 pm 03:40 PM

How to hide Smart Island on Xiaomi Mi 14?

How to hide works in Douyin short videos How to hide personal video works How to hide works in Douyin short videos How to hide personal video works Mar 12, 2024 pm 12:49 PM

How to hide works in Douyin short videos How to hide personal video works

How to deeply clean the hidden junk on your phone (completely remove junk from your phone's memory) How to deeply clean the hidden junk on your phone (completely remove junk from your phone's memory) Jun 01, 2024 am 09:29 AM

How to deeply clean the hidden junk on your phone (completely remove junk from your phone's memory)

Detailed tutorial on hiding works on Douyin Detailed tutorial on hiding works on Douyin Mar 25, 2024 pm 03:11 PM

Detailed tutorial on hiding works on Douyin

Where are the hidden games on steam? Where are the hidden games on steam? Feb 24, 2024 am 11:37 AM

Where are the hidden games on steam?

See all articles