嘿伙计们,我想弄清楚如何让用户重定向到另一个页面并基于点击的链接;让它把它们放在包含信息的页面的那个位置。
我打算在 JQuery 中对此进行编码。请告诉我 :)
谢谢大家,我希望你们星期四过得愉快!!!
编辑:
<div class="online_training">
<div class="training_image">
<a href="../services.php">...</a>
</div><!-- .training_image -->
<div class="top-textArea">
<h2><a href="../services.php"></a>....</h2>
<p>
.....
</p>
</div><!-- .top-textArea -->
</div><!-- .online_training -->
I have mutiple of these and so the part to notice where I want to have
it redirect to and go to that part of the page is the where the .training_image <a> is and the <h2> one is.