我已经为输入的URL创建了URL预览框。
预览显示在div框中。我想在右边的顶部加上一个关闭选项。如何才能使用户单击其框时被禁用?
这是我的小提琴。
<a class="fragment" href="google.com">
<div>
<img src ="http://placehold.it/116x116" alt="some description"/>
<h3>the title will go here</h3>
<h4> www.myurlwill.com </h4>
<p class="text">
this is a short description yada yada peanuts etc this is a short description yada yada peanuts etc this is a short description yada yada peanuts etc this is a short description yada yada peanuts etcthis is a short description yada yada peanuts etc
</p>
</div>
</a>代码在php中
https://stackoverflow.com/questions/19704477
复制相似问题