gpt4 book ai didi

jquery - 如何在 opal-jquery 中使用 jquery 的 .html( ) ?

转载 作者:行者123 更新时间:2023-12-01 00:10:23 25 4
gpt4 key购买 nike

我已经阅读了我能找到的所有文档,但内容有点参差不齐。有人可以告诉我如何在 ruby -> jquery 桥 opal-jquery 中使用 jquery 的 .html() 方法吗?另外,任何有关我将来如何在文档稀疏的 gem 中找出实现方法的建议都将受到赞赏。

最佳答案

jQuery 的 .html() opal-jquery中的方法映射为Element#htmlElement#html= .

后者绝对更像 Ruby,并且显然是用来设置 HTML 内容的。

为了方便起见,您仍然可以使用 #html作为 setter(带参数)或 getter(无参数)。

这就是 .html()别名为 #html= :

https://github.com/opal/opal-jquery/blob/eab45e24ed1128721395d38d7d4b9e84c4427c00/opal/opal-jquery/element.rb#L78

这就是 #html定义为:

https://github.com/opal/opal-jquery/blob/eab45e24ed1128721395d38d7d4b9e84c4427c00/opal/opal-jquery/element.rb#L214-L222

关于jquery - 如何在 opal-jquery 中使用 jquery 的 .html( ) ?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19627731/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com