Home > Web Front-end > JS Tutorial > body text

What is Smart UI in jQuery

coldplay.xixi
Release: 2020-11-30 15:21:45
Original
2781 people have browsed it

Smart UI in jQuery is an Ajax development framework based on JQuery, which realizes the separation of front and backend, function and data. The UI layer is all completed using [htm js json], and data is communicated with the server through a unified data interface. exchange.

What is Smart UI in jQuery

The operating environment of this tutorial: windows7 system, jquery3.5.1 version. This method is suitable for all brands of computers.

JQuery Smart UI is an Ajax development framework based on JQuery, which realizes the separation of front and backend, function and data. The UI layer is all completed using htm js json, through a unified data interface and service end for data exchange.

It mainly consists of three parts:

1. A set of JQuery plug-ins for daily application (similar to JQuery UI, JQuery EasyUI), the core is based on template.js template plug-in, with Powerful customization capabilities.

What is Smart UI in jQuery

#2. A set of front-end development framework (js, css) that meets various basic scenarios and has good encapsulation and scalability. The system automatically completes tedious operations such as dynamically creating pages, interacting with the background, and retrieving and assigning values.

3. Background data framework (.net) seamlessly integrated with Smart UI.

The framework of Smart UI mainly includes four parts: UI layer (Smart UI), data interface, business layer and data layer. Today I will mainly explain the UI layer. This part is different from the architecture of previous common frameworks in that it is a pure front-end development architecture, css html], css and js have detailed layering, not only in Smart UI, but also in other frameworks. It can be used as a reference, and I hope everyone can provide valuable suggestions.

What is Smart UI in jQuery

Related free learning recommendations: JavaScript (video)

The above is the detailed content of What is Smart UI in jQuery. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!