入力した 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