亚洲国产天堂久久综合226114,亚洲va中文字幕无码毛片,亚洲av无码片vr一区二区三区,亚洲av无码乱码在线观看,午夜爽爽爽男女免费观看影院

課程目錄: JavaScript、jQuery和JSON培訓
4401 人關注
(78637/99817)
課程大綱:

    JavaScript、jQuery和JSON培訓

 

 

 

Introduction to JavaScript

We take a quick look at the JavaScript language.

We assume that you already know PHP - so it is a pretty quick introduction focusing on what is different about JavaScript.

JavaScript ObjectsWe do a quick look at how the JavaScript language supports the Object-Oriented pattern.

This is the second time we look at the OO pattern so we focus on the unique aspect of how JavaScript approaches OO.Using JQuery

This is a brief introduction to the JQuery library which is widely used to do in-browser manipulation

of the Document Object Model(DOM) and event handling.JSON - JavaScript Object Notation

In this section we look at JavaScript Object Notation (JSON).

JSON is commonly used as a syntax to exchange data between

code running on the server (i.e. in PHP) and code running in the browser (JavaScript/JQuery).