When JavaScript is used on pages, where should these JS Code be placed? Next, let's learn how to use JavaScript on the page. Where should these JS Code be put? Let's take a look.
Generally, there are two ways to write on the interface and use. js files.
1.1 Head part on the Interface
You can directly put it in the head label, as shown in the following code:
TestPage
The condition statements in JavaScript are used to complete behaviors based on different conditions.Instance
Switch statement
How to compile a switch statement.
Javascript switch statement
If you want to execute one of several code blocks, you can use the switch statement:Syntax:
switch(n){case 1:Execution Code Block 1break case 2:Execution Code Block 2break default:If n is neither 1 nor
Javascript learning diary-prevents javascript events from bubbling and obtains the Control ID value
1. How to Prevent event bubbles
The Code is as follows:
// Non-IEIf (event event. stopPropagation)Event. stopPropagation ();Else // IEWindow. event. cancelBubble = true;
2. Get the Control ID
The Code is as follows:
If (document. all ){// IEAlert (event. srcElement. tagName + ":" + event. srcEl
How many seconds does function sleep in js? Javascript beginners often ask this question. Since the emergence of Javascript, this function is so necessary, but why does js not provide such a function?
Currently, all browsers parse js in the UI thread. Taking Firefox as an example, I re-compiled the js engine and added the sleep method to the js alert. This method calls the C language thread sleep functio
This article mainly introduces a simple example of implementing the TAB switch Effect of js (JavaScript). If you need it, you can refer to it and hope to help you with JavaScript) the tab Label Switching code of, can automatically adapt to the width, you can add and delete the label block yourself, you can complete the silly operation!
The Code is as follows:
19991224/loose. dtd ">
Adaptive width labe
Document directory
Instance 1
Instance 2
Syntax:
Instance
Syntax:
Instance:
The Condition Statement in Javascript is used to complete the action under different conditions.Instance
If statement
How to compile an if statement.
If... else statement
How to compile the IF... else statement.
If. Else if... else statement
How to compile the IF... else if... else statement
Random Link
This exam
This article mainly introduces how to increase the loading speed of javascript. write output js solves the problem of slow ad loading speed. If you need it, you can refer to it. Generally, some js Code will be loaded on our website, such as statistics, google ads, Baidu alliance, alimama advertising code,
The page loading speed was slow and slow.
Solution: Use a js inclusion method to increase the loading speed of
When JavaScript is used on pages, where should these JS code be placed? Next, let's learn how to use JavaScript on the page. where should these JS code be put? Let's take a look.
Generally, there are two ways to write on the interface and use. js files.
1.1 Head part on the interface
You can directly put it in the head label, as shown in the following code:
TestPage
Recently, I was looking at the JavaScript advanced programming design (the third edition). The object-oriented chapter has more than 20 pages, and I went back and forth for three or five times. The results of each reading were different. The first time I went over it, I was confused, as a result, when I went to bed at night, I found a lot of problems and I couldn't understand anything. I looked at it again and found it was like this. After a few days,
You can create three message boxes in javascript: Warning box, confirmation box, and prompt box.Instance
Warning box
Warning box with lines
Confirmation box
Prompt box
Warning box
The warning box is often used to ensure that users can obtain certain information.
When a warning box appears, you must click OK to continue the operation.Syntax:
Alert ("text ")Confirmation box
The confirmation box enab
Document directory
1:
2:
An array object uses a separate variable name to store a series of values.Instance
Create an array
Create an array, assign values to it, and then output these values.
For... in statement
Use the for... in Declaration to cyclically output the elements in the array.
Merge two Arrays-Concat ()
How to Use the Concat () method to merge two arrays.
Using array elements to form a string-join ()
How to Use the join ()
The string object is used to process existing character blocks.
Javascript string object instance
Calculate the length of a string
How to Use the Length attribute to calculate the length of a string.
Add a style to a string
How to add a style to a string.
Indexof () method
How to Use indexof () to locate the first occurrence of a specified character in a string.
Mat
JavaScript-the most misunderstood language analysis JavaScript in the world is one of the world's most popular programming languages.
. In fact, every personal computer in the world is installed and at least one Jav is frequently used.
AScript interpreter. The popularity of JavaScript is entirely due to his
The position in the WWW scripting language field is dete
How to systematically learn JavaScript and learn javascript
In the past, JavaScript was only used for some simple web page effects, such as form verification and floating advertisements. At that time, JavaScript was not taken seriously. Since the beginning of AJAX popularity, people have found that using
Article Introduction: finally undefined thank you for reading this article! Sincerely hope it will help you become a JavaScript enthusiast. If you are already familiar with JavaScript, you can recommend any other relevant resources in the comments.
It's a terrible thing to learn something new. For me, the biggest problem with mastering a new skill is that I don't know what I understand. In view o
Lexical structure of Javascript core reading; javascript lexical
The lexical structure of a programming language is a set of basic rules used to describe how you compile the language. As the basis of the syntax, it specifies how the variable name is, how to write comments, and how the statements are distinguished. This section describes the lexical structure of javascri
Some of the features of JavaScript bring much more trouble than they do.
Chapter 2 Essence
Some of the features of JavaScript bring much more trouble than they do. Some of these features may cause portability problems due to imperfect specifications. Some features may generate codes that are hard to understand and modify; some features make my code style too complex and error-prone; others are design error
Complete Javascript development kit
Prototype
Prototype is a JavaScript framework that aims to publish development of dynamic web applications.
Homepage: http://prototype.conio.net
Documentation:Http://blogs.ebusiness-apps.com/jordan/pages/Prototype%20Library%20Info.htmHttp://www.sergiopereira.com/articles/prototype.js.htmlHttp://wiki.script.aculo.us/scriptaculous/show/Prototype
Rico Rico provides a very
We often see some data types in javascript, such as "undefined", "boolean", and "string, this article will help you learn the basic JavaScript data types, value types, and reference types. For more information, see this article, four basic data types in JavaScript: Numeric (integer and real), string (character or value enclosed by a "" sign or), Boolean (expresse
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.