Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What are the common methods of layui

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/03 Report--

This article mainly introduces what are the common methods of layui. It is very detailed and has a certain reference value. Friends who are interested must finish reading it.

Layui (homophonic: class UI) is a front-end UI framework written by its own module specification, which follows the writing and organization form of native HTML/CSS/JS. It has a very low threshold and is ready to use.

Common methods for layui:

The input radio radio box in layui listens for select trigger events:

Find the input according to the lay-filter bound to the input, and then enter the function to determine

Long-term short-term start time: end time: Form.on ('radio (term)' Function (data) {if (data.value = = "short term") {$("# termtime") .removeClass ("layui-hide") } else if (data.value = = "long term") {$("# termtime") .addClass ("layui-hide");}})

Set buttons display different buttons according to status conditions:

{{# if (d.state = = true) {}} offline {{#} else {}} publish {{#}

Various pop-up windows:

Note: because some modules have already declared layer and others do not, the layer pop-up layer is called in the way of layui.layer:

Translucent black background prompt box, automatically closed for 666 milliseconds:

Layui.layer.msg (returndata.msg, {time: 666})

Blue module, pop-up animation on the left, with OK button

Layui.use ('layer', function () {layer.alert (returndata.msg, {skin:' layui-layer-lan', closeBtn: 0, anim: 4 / / Animation Type});})

Input can only enter numbers, not other and decimal points

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report