我有一个使用 3 个图像的 slidejs 幻灯片放映,当您单击图像时,它会更改幻灯片容器中的文本。
示例代码:
<a href="#">
<div class="col-md-12">
<div class="quote">
<img class="img-responsive" src="<?php echo $al_options['al_conimg'] ?>" alt="quote"/>
<p class="profile_text"><?php echo $al_options['al_scon'] ?> <br />
<a href="<?php echo $al_options['al_teamct1_url1']; ?><?php echo $al_options['al_teamct1_url_element']; ?>">More Info</a>
</div>
</div>
</a>
注意 a href='#'" 标签。我需要添加一个按钮或链接来打开一个 url。jQuery 或 js 是可以的。当我添加一个 href 来尝试这样做时,它会被忽略,点击是拿起http://url.com/#。基本上有没有在一个 href 中有一个 href 来打开一个页面?