gpt4 book ai didi

javascript - 在 HTML 和 jQuery 中传递变量

转载 作者:行者123 更新时间:2023-12-02 19:40:52 24 4
gpt4 key购买 nike

我正在使用 jQuery 移动框架;并使用该框架,我的网格结构如下:

<div style="text-align: center;" class="ui-grid-b">

<div class="ui-block-a">
<a href="lengthDat.html"><img src="images/Longtail.jpg" width="200" height="200"></a>
<p style="display: inline;">Longtail</p>
<a href="longtail_info.html" rel="external" data-inline="true" data-role="button"
data-mini="true" data-iconpos="notext" data-icon="info">Longtail Info</a>
</div>

<div class="ui-block-b">
<a href="lengthDat.html"><img src="images/Northern_Dusky.jpg" width="200" height="200"></a>
<p style="display: inline;">Northern Dusky</p>
<a href="dusky_info.html" rel="external" data-inline="true" data-role="button"
data-mini="true" data-iconpos="notext" data-icon="info">Dusky Info</a>
</div>

<div class="ui-block-c">
<a href="lengthDat.html"><img src="images/Northern_Spring.jpg" width="200" height="200"></a>
<p style="display: inline;">Northern Spring</p>
<a href="spring_info.html" rel="external" data-inline="true" data-role="button"
data-mini="true" data-iconpos="notext" data-icon="info">Spring Info</a>
</div>

.... SNIP 2 ROWS ....
</div>

现在,这是我的问题。我将所有图像链接到同一页面,但它们是不同类型的蝾螈。我试图获取他们点击的类型,以便我可以在下一页(测量页面)上使用它。

有什么帮助吗?

最佳答案

您可以为每个链接提供一个查询字符串,并使用服务器端语言(最佳)或 JavaScript 来获取它。

例如lengthDat.html?type=longtail, lengthDat.html?type=northern+dusky

如果您想知道如何使用 JavaScript 读取查询字符串参数,请转到这个问题:How can I get query string values in JavaScript?

关于javascript - 在 HTML 和 jQuery 中传递变量,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10419411/

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