There are many types of events that can occur in a Web browser. As mentioned earlier, different event types have different information, and the " DOM3 Level Event" Specifies the following types of events.
uiuser interface
Focus event,
Original value and applied value1. Original value type Data room immutable (change original value type data, return a new object)var str0 = ' Test '; var str1 = str.replace (' t ', ' a '); alert (STR1); // output ' AEST 'alert (STR0); // output
The path of learning is to keep summing up, good memory than bad pen, so, the following will po out 8 JavaScript-related mind mapping.
Mind Map tips: Mind map, also known as Mind Map, is an effective graphical thinking tool to express the
1.1 JQuery's Noconflict1 var_jquery=window.jquery//window.jquery may be a variable name for another library, save it with a temporary variable in the JQuery object---var _jquery2_$=window.$//Ibid .3 Jquery.extend ({4Noconflict:function(deep)
Regular Expressions (regular expression) is an object that describes the character pattern . used to verify that the client's input data conforms to established rules , If we restrict the input character length or format, etc. . because client
JavaScript is not a block-scoped scope, and the variable declared in the statement block becomes the local variable of the code fragment where the statement block resides. For example:1 if (true) {2 var x=3; 3 }4 console.log (x);Result Output
Gets the path to the current JavaScript script fileGets the path to the current JavaScript script file, which may be required under a specific scenario, such as writing a module loader or logging. There is no uniform method for all browsers, this
Basic type StringNumberBooleanfunctionUndefinedObject (Null,array,date,window) implicit conversion with "= =" "= = ="num-string var str=num+ 'string-num var num=str-0"= =" after the implicit conversion judgment (that is, determine the value of the
A regular expression is an object that is used to describe a character pattern. It is used to perform pattern matching (pattern-matching) and "Find-replace" (search-and-replace) tasks in text. The style of JavaScript is similar to that of
JavaScript implements Form Verification like Netease pass and javascript Form Verification
It's good to introduce Form Verification:
CSS code
@ Charset "gb2312";/* CSS Document */body, dl, dt, dd, div, form {padding: 0; margin: 0 ;}# header, #
Solve the Problem of DIV center failure using CSS, and css div center failure
1. Generally, the DIV center fails because no DTD statement is written.
Add:
Http://www.100sucai.com
That's it! In fact, many other css problems are caused by the
The animation navigation menu implemented by pure css3, and the navigation menu implemented by css3
Testing
Css3
Front-end special effect code
Webpage Template
Image Material
Css3
Front-end special effect code
Webpage Template
Image
Javascript checks whether two arrays are similar. javascript checks the array.
JS needs to compare whether two arrays have the same elements, that is, all elements in the two arrays are the same, but the order of elements is not necessarily the same.
10 suggestions to help you create better jQuery plug-ins
This article summarizes 10 suggestions to help you create a better jQuery plug-in. Share it with you for your reference. The details are as follows:
After many jQuery plug-ins have been
CSS3 text effects and css3 text effects
CSS3 contains multiple new text features.
The word-wrap attribute allows you to force text line breaks-even if the word is split, words that are too long may not exceed a certain area:
Text-shadow applies
Comprehensive Evaluation: Ten JavaScript editors (1)
JavaScript programmers already have a large number of excellent tool solutions to choose from-or have been able to describe them with a large volume of data, and it is even hard to describe them
JS checks whether the APP is installedJS checks whether the APP is installed. When we browse the Web page, you will see a prompt box "open APP" or "Download APP" floating under a Web page ", if your mobile phone has already installed this APP, the
JQuery constructor init parameter analysis continued
In fact, F and jQuery. fn. init is equal. The implementation function is the same as jq, but jq puts the constructor into the prototype. If you have to say the reason, I understand that the
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.
A Free Trial That Lets You Build Big!
Start building with 50+ products and up to 12 months usage for Elastic Compute Service