我在WIX网站上编码按钮以更改WIX数据集中特定字段的字段值的编码是什么?
我有这个代码一直在修改,但是从语法开始,我一直在尝试将tagid更改为数据集中的1。目前是0,我一直在尝试不同的事情只是为了更改数据集中的数据,似乎没有任何操作。
$w.onReady( () => {
$w("#dataset1").onReady( () => {
$w("#dataset1").setFieldValue($w("#TagID", "1"));
$w("#dataset1").save()
});
});
I have this code I have been tinkering around with but from the syntax, I have been trying to change my TAGID to 1 in the dataset. Currently it is 0, I have been trying different things just to change the data in the dataset, nothing seems to be working..
$w.onReady( () => {
$w("#dataset1").onReady( () => {
$w("#dataset1").setFieldValue($w("#TagID", "1"));
$w("#dataset1").save()
} );
} );
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论