gpt4 book ai didi

javascript - .append 到 "Add This Event"使用 jQuery 的小部件摘要文本(语法帮助)

转载 作者:行者123 更新时间:2023-11-29 16:13:47 28 4
gpt4 key购买 nike

我无法将值附加到 _summary 类或任何其他类中。我相信这是我犯的一个非常简单的语法错误。在过去的一天里,我一直在尝试不同的语法,但没有成功。

我正在使用 this小部件。

请帮忙。

jQuery

$("._summary").append("hello world");

HTML

<a href="http://example.com/link-to-your-event" title="Add to Calendar" class="addthisevent" id="addthisevent">
Add to Calendar
<span class="_start">10-05-2014 11:38:46</span>
<span class="_end">11-05-2014 11:38:46</span>
<span class="_zonecode">1</span>
<span class="_summary">Summary of the event</span>
<span class="_description">Description of the event</span>
<span class="_location">Location of the event</span>
<span class="_organizer">Organizer</span>
<span class="_organizer_email">Organizer e-mail</span>
<span class="_all_day_event">false</span>
<span class="_date_format">DD/MM/YYYY</span>
</a>

最佳答案

在日历小部件代码发挥作用之后,所有这些内部 <span>元素设置为 display: none .该代码可能正在运行,因为您可以使用浏览器开发人员工具进行验证(检查 DOM)。

在修改文本的代码之后,添加:

addthisevent.refresh();

它在常见问题解答中。 Here is a fork of VisioN's fiddle.

关于javascript - .append 到 "Add This Event"使用 jQuery 的小部件摘要文本(语法帮助),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20803164/

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