Home  >  Article  >  Web Front-end  >  What does zepto mean?

What does zepto mean?

云罗郡主
云罗郡主Original
2018-12-26 15:43:5610309browse

Many people have heard of zepto, but many people don’t know what zepto means? Let’s summarize zepto below.

What does zepto mean?

1: What does zepto mean?

zepto is an advanced browser js library, and is very similar to jquery’s API If you can use jquery, you will definitely use zepto. Zepto is an open source software. The main purpose of zepto is to have a universal library and fast download speed.

2: How to use zepto, we can use the script tag to reference a zepto file at the bottom of the page, for example:

 </body>
    <script src=./js/zepto.min.js></script>
    </html>

On the mobile side we don’t need to think too much There are many compatibility issues. To consider compatibility issues on PC, you can use jquery. However, after IE browser, in order to consider compatibility issues, the module deletes comments. Of course, we can also use the document.write method.

Three: Browsers supported by zepto

1. Browsers supported by pc Chrome, Opera, Opera.

2. Mobile terminal iOS 4 Safari, Chrome for iOS, etc., but it should be noted that Zepto’s functions may be targeted at the mobile terminal, because the original intention of Zepto is to provide a simple js library for the mobile terminal. In addition to the Internet Explorer browser, Zepto hopes that the current browser can be used as an environment.

4: Compatibility issues

We don’t need to consider too many compatibility issues on the mobile side. Currently, jquery can be used on the PC side. If zepto is used on the PC side, the browser is not very compatible. IE browser, for example:

What does zepto mean?

The above usage is very similar to jquery, as long as we reference the file, but the two are not completely consistent. In zepto, many functions There is no such thing as the animate method. If you use the animate method, you need to add an fx. Zepto is managed based on modules. By default, zepto has five modules.

The above is a complete introduction to what zepto means. If you want to know more about HTML video tutorial, please pay attention to the php Chinese website.


The above is the detailed content of What does zepto mean?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
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
Previous article:What is a short addressNext article:What is a short address