New to JavaScript"

From Documentation
m
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Template:UnderConstruction}}
 
 
{{ZKClient-sideReferencePageHeader}}
 
{{ZKClient-sideReferencePageHeader}}
  
This section is a quick starting guide for Java Programmers to have the quick understanding of JavaScript. You could skip this section if you're familiar with JavaScript. For a complete list of ZK client-side API, please refer to [http://www.zkoss.org/javadoc/latest/jsdoc/ JavaScript API]. For jQuery API, please refer to [http://docs.jquery.com/ jQuery's documentation].
+
This section is a quick starting guide for Java Programmers to have quick understanding of JavaScript. You could skip this section if you're already familiar with JavaScript. For a complete list of ZK client-side API, please refer to [http://www.zkoss.org/javadoc/latest/jsdoc/ JavaScript API]. For jQuery API, please refer to [http://docs.jquery.com/ jQuery's documentation].
  
Here we discuss only Javascript. It is actually easy for Java programmers to learn. The real challenge is the manipulation of DOM and the knowledge of CSS. If you're not familiar with them, please refer to [http://www.w3schools.com/js/default.asp JavaScript Tutorial in w3cschools].
+
Here we only discuss Javascript. Javascript is actually easy for Java programmers to learn. The real challenge is the manipulation of DOM and the knowledge of CSS. If you're not familiar with them, please refer to [http://www.w3schools.com/js/default.asp JavaScript Tutorial in w3cschools].
  
  

Latest revision as of 07:42, 11 August 2011


New to JavaScript



This section is a quick starting guide for Java Programmers to have quick understanding of JavaScript. You could skip this section if you're already familiar with JavaScript. For a complete list of ZK client-side API, please refer to JavaScript API. For jQuery API, please refer to jQuery's documentation.

Here we only discuss Javascript. Javascript is actually easy for Java programmers to learn. The real challenge is the manipulation of DOM and the knowledge of CSS. If you're not familiar with them, please refer to JavaScript Tutorial in w3cschools.


Version History

Last Update : 2011/08/11


Version Date Content
     



Last Update : 2011/08/11

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.