javascript function (RSS)

An hour to get Ajax

An hour to get Ajax, serious proposals reference manual xmlhttp legendary Ajax, entry is easy. Of course, something deeper than the understanding of their principles, learn more quickly. Principle: UI ...

JavaScript Introduction to the study of the phase selection of books!

For many of the friends want to learn JavaScript is no doubt how to select the entry Books Is the most headache problem, and perhaps they have been afraid, or even give up the reasons for learning Jav ...

generic javascript function

/ / 1.ifLetter string to determine whether the letters of the alphabet are / / 2.trim about regular expressions to remove spaces / / 3.validateEmail regular expressions Email Authentication / / 4.ifEx ...

DWR Study Notes

The following is an example from an analysis of the building process. 1, DWR introduced DWR is a allows you to create AJAX WEB site JAVA open-source database. It allows you in the browser call the Jav ...

Javascript memory leak on the collation of draft issues

Wrote a long time a small javascript function modules, has never been concerned about the issue of memory leaks. Remember to write C + + procedures, memory leak is a serious issue, I think it is time ...

Javascript memory leak problem

Memory leak, that is, memory can not be configured correctly, the memory can not be timely and effective recovery, he will lead the implementation of efficient procedures for the implementation of the ...

DWR framework for AJAX technology entry

(1) Introduction Official: http://directwebremoting.org/dwr/download The latest version: 2.0.5 DWR (Direct Web Remoting) are getahead developed a framework for implementation of AJAX applications. DWR ...

DWR Introduction

DWR (Direct Web Remoting) is an open source class library that can help developers includes AJAX web technology. It can permit in the browser's code to use at WEB server running on the JAVA functi ...

javascript examples cookie management

<script> / / Write cookies function Author:翟振凯 function SetCookie (name, value) / / two parameters, one is the cookie name, a value are ( var Days = 30; / / This cookie will be saved for 30 days ...

JavaScript, 5 species call the function

JavaScript, 5 species call the function This article describes in detail the various Javascript function call method and its principle for understanding the function of JavaScript there is a great hel ...

python vs javascript

python structural body (including class, function and class instances) and the javascript of the structure (Object and function) to achieve somewhat similar, but also somewhat different. python the cl ...

html-css-javascript dhtml associated

html: Hyperlink Text Markup Language, used to display text in some format in the browser. On the page displays the effect of control is not strong. More difficult to make a more beautiful more dynamic ...

JavaScript namespace easy implementation

Prior to the introduction of namespaces, a way to make developers headache is how to prevent function name / class name and other people's conflicts, in an internal project team can be named among ...

DWR brief introduction (to)

DWR (Direct Web Remoting) is a Open source The class library that can help developers site contains AJAX technology. It can permit in the browser's code uses WEB server running on the JAVA functio ...

Practical small JavaScript function (1)

1. To confirm the deletion 2. Factorials 3. Object-oriented - inheritance (with prototype) 4.js object-oriented - many states See the same name download

Javascript in the browser environment (vi) incident

Matter Examples of a lot of events. Such as user input, the click of a button and so on. Can put a javascript function assigned to an event (this can be called the event listener or event handler), wh ...