


How to get and modify the background color and font color of the web page using js_javascript skills
The example in this article describes the method of obtaining and modifying the background color and font color of the web page using js. Share it with everyone for your reference, the details are as follows:
Get the background color and font color of the web page. The method is as follows:
Thought: What we get by getting the color attribute value is rgb color, which is not what we want, so we need to change the rgb color to hexadecimal color. First get the rgb color:
The code is as follows:
The obtained format is as follows: rgb(225, 22, 23); and then split:
The code is as follows:
Then split the (225,22,23) string (note: only number type can be converted, so use parseInt to force conversion type!):
The code is as follows:
for(var k = 0; k < 3; k++){ str[k] = parseInt(rgb .split(',')[k]).toString(16);//str 数组保存拆分后的数据 }
Final combination:
The code is as follows:
The complete code is as follows:
<!DOCTYPE html> <html> <head> <title>getHexColor js/jQuery 获得十六进制颜色</title> <meta charset="utf-8" /> <script type="text/javascript"> function getHexBgColor(){ var str = []; var rgb = document.getElementById('color').style.backgroundColor.split('('); for(var k = 0; k < 3; k++){ str[k] = parseInt(rgb[1].split(',')[k]).toString(16); } str = '#'+str[0]+str[1]+str[2]; document.getElementById('color').innerHTML = str; } function getHexColor(){ var str = []; var rgb = document.getElementById('color').style.color.split('('); for(var k = 0; k < 3; k++){ str[k] = parseInt(rgb[1].split(',')[k]).toString(16); } str = '#'+str[0]+str[1]+str[2]; document.getElementById('color').innerHTML = str; } </script> <style type="text/css"> #color{ width: 200px; height: 200px; line-height: 200px; text-align: center; } </style> </head> <body> <div style="color: #88ee22; background-color: #ef8989;" id="color"></div> <input onclick="getHexBgColor();" type="button" value="获得背景色" /> <input onclick="getHexColor();" type="button" value="获得字体颜色" /> </body> </html>
The method to change the background color using javascript is as follows:
<body leftmargin=5 topmargin=0 onmouseover="document_onmouseover();"onclick="document_onclick();" id="all" > <SCRIPT LANGUAGE="javascript"> var curObj= null; var curObjmouseover=null; function document_onclick() { if(window.event.srcElement.tagName=='A'||window.event.srcElement.tagName=='FONT'){ if(curObjmouseover!=null) curObjmouseover.style.background=''; if(curObj!=null) curObj.style.background=''; curObj=window.event.srcElement; curObj.style.background='#ff0099'; } } function document_onmouseover() { if(window.event.srcElement.tagName=='A'||window.event.srcElement.tagName=='FONT'){ if(curObjmouseover!=null) {curObjmouseover.style.background=''; curObjmouseover.style.color='#000000';} if(curObj!=null) curObj.style.background=''; curObjmouseover=window.event.srcElement; curObjmouseover.style.background='#cccc00'; curObjmouseover.style.color='#ffffff'; } } </SCRIPT> <div> <a href='#'>来自脚本之家</a> </div> <div> <a href='#'>来自脚本之家</a> </div>
I hope this article will be helpful to everyone in JavaScript programming.

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

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

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

1. First open DingTalk. 2. Open the group chat and click the three dots in the upper right corner. 3. Find my nickname in this group. 4. Click to enter to modify and save.

Douyin Blue V certification is the official certification of a company or brand on the Douyin platform, which helps enhance brand image and credibility. With the adjustment of corporate development strategy or the update of brand image, the company may want to change the name of Douyin Blue V certification. So, can Douyin Blue V change its name? The answer is yes. This article will introduce in detail the steps to modify the name of the enterprise Douyin Blue V account. 1. Can Douyin Blue V change its name? You can change the name of Douyin Blue V account. According to Douyin’s official regulations, corporate Blue V certified accounts can apply to change their account names after meeting certain conditions. Generally speaking, enterprises need to provide relevant supporting materials, such as business licenses, organization code certificates, etc., to prove the legality and necessity of changing the name. 2. What are the steps to modify the name of corporate Douyin Blue V account?

Google Authenticator is a tool used to protect the security of user accounts, and its key is important information used to generate dynamic verification codes. If you forget the key of Google Authenticator and can only verify it through the security code, then the editor of this website will bring you a detailed introduction on where to get the Google security code. I hope it can help you. If you want to know more Users please continue reading below! First open the phone settings and enter the settings page. Scroll down the page and find Google. Go to the Google page and click on Google Account. Enter the account page and click View under the verification code. Enter your password or use your fingerprint to verify your identity. Obtain a Google security code and use the security code to verify your Google identity.

Face detection and recognition technology is already a relatively mature and widely used technology. Currently, the most widely used Internet application language is JS. Implementing face detection and recognition on the Web front-end has advantages and disadvantages compared to back-end face recognition. Advantages include reducing network interaction and real-time recognition, which greatly shortens user waiting time and improves user experience; disadvantages include: being limited by model size, the accuracy is also limited. How to use js to implement face detection on the web? In order to implement face recognition on the Web, you need to be familiar with related programming languages and technologies, such as JavaScript, HTML, CSS, WebRTC, etc. At the same time, you also need to master relevant computer vision and artificial intelligence technologies. It is worth noting that due to the design of the Web side

Win10 Sleep Time Modification Tips Revealed As one of the currently widely used operating systems, Windows 10 has a sleep function to help users save power and protect the screen when not using the computer. However, sometimes the default sleep time does not meet the needs of users, so it is particularly important to know how to modify the Win10 sleep time. This article will reveal the tips for modifying the sleep time of Win10, allowing you to easily customize the system’s sleep settings. 1. Modify Win10 sleep time through “Settings” First, the simplest fix

When publishing products on the Xianyu platform, users can customize the geographical location information of the product according to the actual situation, so that potential buyers can more accurately grasp the specific location of the product. Once the product is successfully put on the shelves, there is no need to worry if the seller's location changes. The Xianyu platform provides a flexible and convenient modification function. So when we want to modify the address of a published product, how do we modify it? This tutorial guide will provide you with a detailed step-by-step guide. I hope it can help. Everyone! How to modify the release product address in Xianyu? 1. Open Xianyu, click on what I published, select the product, and click Edit. 2. Click the positioning icon and select the address you want to set.

In the job recruitment software called Boss Direct Jobs, users can personalize their greetings to better demonstrate their personality and job search intentions. However, sometimes the default greeting terms are rather mechanical and rigid. Many users want to make their own changes but don’t know where to set them. So this tutorial guide will introduce the detailed modification steps for players who want to know more. Come and follow this article to find out! How to change the answer when a boss directly hires someone to say hello: [Boss directly hires]-[My]-[Settings Icon]-[Greeting Language]. Specific steps: 1. First, we click on the boss direct recruitment software. After entering the homepage, we click [My] in the lower right corner; 2. Then when we come to the My page, we can see the relevant data.

Although the general operations of domestic mobile phones are very similar, there are still some differences in some details. For example, different mobile phone models and manufacturers may have different dual-SIM installation methods. Erzhenwo 12Pro, a new mobile phone, also supports dual-SIM dual standby, but how should dual-SIM be installed on this phone? How to install dual SIM on Realme 12Pro? Remember to turn off your phone before installation. Step 1: Find the SIM card tray: Find the SIM card tray of the phone. Usually, in the Realme 12 Pro, the SIM card tray is located on the side or top of the phone. Step 2: Insert the first SIM card. Use a dedicated SIM card pin or a small object to insert it into the slot in the SIM card tray. Then, carefully insert the first SIM card.
