1. Introduction to JavaScript
JavaScript History Review
What is JavaScript?
The relationship between JavaScript and ECMAScript
Different versions of JavaScript
In a word, a little.
2. Using JavaScript in
I don't think I need to convince you that testing your JavaScript code is a good idea. However, it is sometimes tedious to test the JavaScript code that requires DOM manipulation. This means that you need to test the code in your browser and not use
Test : Tests whether a string contains a matching result, contains a return of true, and does not contain a return of false. match: Regular match based on pattern, if matched to, returns match result, such as no match to return null Search : a
Eval CamouflageThe timeout function settimeout and setinterval both accept the string as the first argument, and the string is executed at the global scope because eval is not called directly.Security issuesEval also has a security issue because it
Currentstyle: Gets the calculated style, also called the current style, the final style.Pros: You can get the final style of an element, including the default value of the browser, rather than just the inline style, as a style, so it's more common.
some naming conventions or JS book naming conventions, like to mix naming conventions with syntax such as:1. Use "Var" to define, initialize variables to prevent global variables, a multi-variable definition using "," (itself this way is very
Bootstrap in addition to rich Web components, such as the drop-down menus, button groups, navigation, paging, and so on, as described earlier. He also includes some JavaScript plugins.The bootstrap JavaScript plugin can be imported into the page
Modular development is a very important concept in programming development, and the maintenance cost of an excellent modular project can be greatly reduced. This article mainly introduces the JavaScript modularization development of those things,
JavaScript data type 1. What is the data type?The vast majority of the programming languages we touch, the data are categorized, including numbers, characters, logic and authenticity: Int,long,string,boolean .... And so on, we all know that
Determine if an object is an array: instanceof, Array.isarray ()You can use the instanceof operator for a Web page or for a global scope.if instanceof Array) { // Determine if value is an array }instanceof Operator It assumes that there is only
This blog is a 9925.org image, login 9925.org can see the latest blog post.Original source:http://ily.so/2EZZz2Double-click Ejstool.exe to run the IDE environment.The "test instance" is included for reference, and the Lib folder is the IDE tool run
I am a. NET programmer but because of the company's needs, the development of offline apps, but in the process of working I found that people around the writing of JavaScript is the process-oriented coding, For my. NET programmer, this situation is
How does jQuery set and remove the default value of a text box?
This article mainly introduces how to set and remove the default value of a text box in jQuery. The example analyzes the skills of jQuery to operate a text box and has some reference
[Original] a canvas written based on the new html5 label canvas, html5canvas
I recently learned canvas and wrote a small application exercise.
Source code
1 2 3 4 5 untitled file 6 7 8 9 43 57 58 59 60 61 62. Change the paint color:
In-depth understanding of the JavaScript series (26): Detailed description of the constructor mode in the Design Mode
This article mainly introduces a deep understanding of the JavaScript series (26): Detailed description of the constructor mode of
In-depth understanding of the JavaScript series (22): S.O.L. I. D. Detailed description of the dependency inversion principle DIP, and five principles of s. o. l. I. d.
Preface
In this chapter, we will explain 5th of The Five Principles of S.O.L. I.
Example of a color selector with different color values available in js implementation
This article mainly introduces how to use javascript to obtain color selector with different color values. The example analyzes the javascript color operation
Js Based on the mouse movement speed, the method of automatically rotating the background image, js movement speed
This article describes how js automatically rotates the background image based on the mouse movement speed. Share it with you for your
JavaScript to determine whether a variable is an array, function, or object type, javascript Array
Array
In ECMAScript5, Array. isArray is a native Method for judging arrays. IE9 and later support. Considering compatibility, you can use Object.
RemoveAttr () method analysis based on jQuery source code, jqueryremoveattr
This article analyzes in detail the removeAttr () method of jQuery source code interpretation. Share it with you for your reference. The specific analysis is as
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.