gpt4 book ai didi

html - link_to 在 anchor 标记内带有额外的 html

转载 作者:技术小花猫 更新时间:2023-10-29 11:50:02 24 4
gpt4 key购买 nike

在 Rails 中使用 link_to 帮助程序时,如何向链接添加其他内容?

link_to "Stephen Weber", "index.html"

创建这个:

<a href="index.html">Stephen Weber</a>

但是如果我想创建这个呢?

<a href="index.html">
<h3>Stephen Weber</h3>
<p><strong>You've been invited to a meeting at Filament Group in Boston, MA</strong></p>
<p>Hey Stephen, if you're available at 10am tomorrow, we've got a meeting with the jQuery team.</p>
<p class="ui-li-aside"><strong>6:24</strong>PM</p>
</a>

我正在使用 jQuery Mobile,这是在列表中格式化内容所需要的。

最佳答案

你可以这样做:

 <%= link_to 'index.html', :title => "Some link" do %>
<h3> Stephen Weber </h3>
...
<% end %>

关于html - link_to 在 anchor 标记内带有额外的 html,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5599126/

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