Browser Script Tutorial
Select the tutorial you need from the menu on the left!
JavaScript
JavaScript is the most popular scripting language in the world.
JavaScript is a language belonging to the web, which is suitable for PCs, laptops, tablets, and mobile phones.
JavaScript is designed to add interactivity to HTML pages.
Many HTML developers are not programmers, but JavaScript has a very simple syntax. Almost everyone has the ability to add small JavaScript snippets to web pages.
If you want to learn more about JavaScript, please visit our JavaScript Tutorial.
HTML DOM
HTML DOM defines standard methods for accessing and manipulating HTML documents.
DOM expresses HTML documents in a tree structure.
jQuery Tutorial
jQuery is a JavaScript library.
jQuery greatly simplifies JavaScript programming.
jQuery is easy to learn.
jQuery Mobile Tutorial
jQuery Mobile is a touch-optimized framework for creating mobile web applications.
jQuery is suitable for all popular smartphones and tablets.
jQuery Mobile is built on top of the jQuery library, making it easier to learn if you are familiar with jQuery.
It uses HTML5, CSS3, JavaScript, and AJAX to complete the layout of the page with as little code as possible.
AngularJS Tutorial
AngularJS extends HTML with new attributes.
AngularJS is very suitable for single-page applications (SPA).
AngularJS is easy to learn.
AJAX
AJAX = Asynchronous JavaScript and XML (Asynchronous JavaScript and XML).
AJAX is not a new programming language, but a new method using existing standards.
AJAX is the art of exchanging data with the server and updating part of the web page without reloading the entire page.
JSON
JSON: JavaScript Object Notation.
JSON is a syntax for storing and exchanging text information, similar to XML.
JSON is smaller, faster, and easier to parse than XML.
If you want to learn more about JSON, please visit our JSON Tutorial.
DHTML
DHTML is an art that makes HTML pages dynamic.
DHTML is a set of technologies for creating dynamic and interactive web sites.
For most people, DHTML means the combination of HTML, stylesheets, and JavaScript.
E4X
E4X is a new extension to JavaScript.
E4X adds direct support for XML to JavaScript.
E4X is a formal JavaScript standard.
WMLScript
WMLScript is the scripting language for WML pages.
WML pages can be displayed in WAP browsers.
WMLScript is used to validate user input, generate dialog boxes, display error messages, and access user agent devices, etc.