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

How to implement JS dynamic Modification of style in Wechat Development

2025-02-25 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

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

This article mainly introduces the development of Wechat how to achieve JS dynamic modification style, the article is very detailed, has a certain reference value, interested friends must read it!

WeChat Mini Programs this pit, ah, js dynamically modify the style, we can not use js or jq easily one line of code to solve. Or use removeClass addClass to modify the style.

The following is a way to dynamically modify the style, the principle is to bind the data, and then dynamically modify the data, so as to achieve the dynamic style change. It feels a little bit like that. It's weird. But there's nothing I can do about it. If you have a better way, you can share it in the comments section.

Test.wxml

I will change color and turn red to green.

Test.js

Page ({data: {color: "red"}, clickRed: function () {this.setData ({color: "red"})}, clickgreen: function () {this.setData ({color: "green"})})

Effect.

These are all the contents of this article entitled "how to implement JS dynamic Modification style in Wechat Development". Thank you for reading! Hope to share the content to help you, more related knowledge, welcome to follow the industry information channel!

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