Course Elementary 15864
Course Introduction:This course, from the shallower to the deeper, gradually introduces the related concepts, principles, implementation methods and application methods of Ajax, so that readers can quickly get started with AJAX and provide the best help for subsequent work and study.
Course Advanced 19851
Course Introduction:Through a simple example, this course gradually introduces the related concepts, principles, implementation methods and application methods of Ajax, including the concept of HTTP requests, simple syntax of PHP, JSON data format, native Ajax and jQuery implementation. , cross-domain and other knowledge points.
Course Elementary 33047
Course Introduction:In the "AJAX Chinese Reference Manual", AJAX is not a new programming language, but a new method of using existing standards. AJAX is the art of exchanging data with a server and updating parts of a web page without reloading the entire page.
Course Elementary 12363
Course Introduction:"Introduction to AJAX Tutorial" mainly explains how to use AJAX technology to combine the web knowledge we have learned before such as HTML, CSS, XML, Js, etc., and implement asynchronous operations through the XMLHttpRequest object, which can be used without reloading the entire page. Exchange data with the server and update parts of the web page. This allows web applications to respond more quickly to user actions and avoids sending unchanged information over the network.
Course Intermediate 28807
Course Introduction:AJAX stands for "Asynchronous Javascript And XML" (Asynchronous JavaScript and XML), which refers to a web development technology for creating interactive web applications. AJAX = Asynchronous JavaScript and XML (a subset of Standard Universal Markup Language). AJAX is a technology for creating fast, dynamic web pages. AJAX enables web pages to update asynchronously by exchanging small amounts of data with the server in the background. This means that parts of a web page can be updated without reloading the entire page. Traditional web pages (not using AJAX) must reload the entire web page if content needs to be updated.
Course Elementary 6803
Course Introduction:Ajax technology is an extension based on js language. It can send requests to the background, obtain relevant data from the background, and then partially refresh the data on the page. This course will give a comprehensive explanation of ajax through the traditional use of ajax, combined with json operations, and advanced technologies such as cross-domain.
Course Advanced 10752
Course Introduction:AJAX = Asynchronous JavaScript and XML. It is not a new programming language, but a new way to use existing standards. The biggest advantage is that you can exchange data with the server and update part of the web page content without reloading the entire page. No browser plug-ins are required. , but requires the user to allow JavaScript to execute on the browser. "Chuanzhi Podcast AJAX Video Tutorial" will help you learn these contents.
Course Intermediate 13286
Course Introduction:AJAX stands for "Asynchronous Javascript And XML" (Asynchronous JavaScript and XML), which refers to a web development technology for creating interactive web applications. It is not a new programming language, but a new way to use existing standards. The biggest advantage is that you can exchange data with the server and update part of the web page content without reloading the entire page. No browser plug-ins are required. , but requires the user to allow JavaScript to execute on the browser. "Intermediate PHP Tutorial on Ajax Technology" will help you quickly understand this knowledge!
Course Advanced 18285
Course Introduction:AJAX stands for "Asynchronous Javascript And XML" (Asynchronous JavaScript and XML), which refers to a web development technology for creating interactive web applications. "Chuanzhi Podcast AJAX Video Tutorial" explains the related technologies of AJAX.
Course Intermediate 51915
Course Introduction:Ajax can initiate URL requests to the server in the form of scripts to achieve no page jumps and improve user experience. It can also partially refresh the content of the current page and improve the loading speed of the page. Especially when submitting a form, it can interact with the user in real time to improve the accuracy and efficiency of the user filling in the form.
Course Elementary 12906
Course Introduction:"Ajax Principles Detailed Video Tutorial" The core of Ajax is the XMLHttpRequest object, referred to as XHR. It is used to enable the browser to request additional data from the server without unloading the page, which greatly improves the user experience. Prior to this, this technology actually existed and was implemented by some people, but it was not popular and was not supported by browsers. However, after that, IE5 introduced XHR objects for the first time and supported ajax technology, which was subsequently supported by all browsers.
Course Intermediate 6149
Course Introduction:JSON is a universal lightweight data storage and exchange format that is independent of programming languages. It is written based on JavaScript object syntax and is very suitable for Web development. Ajax is an asynchronous data loading technology that allows users to obtain data without leaving the current page. The user experience is excellent. This course combines json and ajax technologies to demonstrate the application scenarios of these two technologies with examples (the knowledge of php and mysql involved can be temporarily neglect)
Course Intermediate 18712
Course Introduction:jQuery is the most popular JS function library, encapsulating many practical functions, the most fascinating of which is Ajax. The Ajax operation in jQuery has simple syntax and convenient operation, making Ajax easier than ever. Front-end personnel no longer have to worry about asynchronous interaction with the server. This set of courses selects the most commonly used methods, starting from the basic syntax A comprehensive explanation is given to each parameter and then to specific examples.
Course Elementary 7998
Course Introduction:AJAX stands for Asynchronous JavaScript And XML, which is asynchronous JS and XML. Through AJAX, you can send asynchronous requests to the server in the browser. The biggest advantage: obtaining data without refreshing. AJAX is not a new programming language, but a new way of using existing standards together.
Course Intermediate 13087
Course Introduction:AJAX stands for "Asynchronous Javascript And XML" (Asynchronous JavaScript and XML), which refers to a web development technology for creating interactive web applications. It is not a new programming language, but a new way to use existing standards. The biggest advantage is that you can exchange data with the server and update part of the web page content without reloading the entire page. No browser plug-ins are required. , but requires the user to allow JavaScript to execute on the browser. "PHP Ajax Quick Start Video Tutorial" will help you quickly understand this knowledge!
Course Elementary 15570
Course Introduction:"2017 Latest AJAX Video Tutorial" was carefully recorded by Chuanzhi Podcast. We all know that AJAX is not a new programming language, but a new method using existing standards, which means that the entire web page can be loaded without reloading. In some cases, some parts of the web page should be updated. It is the art of exchanging data with the server and updating parts of the web page.
Course Intermediate 13032
Course Introduction:"Ajax Message Board, Waterfall Flow Video Tutorial" This video is a basic tutorial. It uses examples to explain how to use Ajax to implement the message board and waterfall flow functions.
Course Elementary 13239
Course Introduction:"AJAX Cross-Domain Solution: JSONP Video Tutorial" The core of ajax is the JavaScript object XmlHttpRequest. This object was first introduced in Internet Explorer 5 and is a technology that supports asynchronous requests. This video introduces the ajax cross-domain solution.
Course Advanced 15363
Course Introduction:"Boolean Education Yan Shiba Ajax Thorough Research Video Tutorial" gradually introduces the related concepts, principles, implementation methods and application methods of Ajax from the shallower to the deeper, including the concept of HTTP requests, simple syntax of PHP, JSON data format, Ajax Native and jQuery implementation, cross-domain, file upload and other knowledge points.
Course Elementary 3702
Course Introduction:This course is a practical skills improvement course specially designed for front-end developers. In this ten-day high-quality class, you will learn Mock.js to simulate data generation, master the elegant way of Axios.js to perform HTTP requests, have an in-depth understanding of the parsing and application of Json data format, and the principles and practices of Ajax asynchronous communication. . The course combines theoretical explanations and practical exercises to help students quickly master the core skills in front-end development, improve project development efficiency, and lay a solid foundation for becoming excellent front-end developers.