was wondering if anyone could help me figure this one out. This might sound like the easiest question ever. I'm just getting started with jQuery.
In the image below, is it possible to replace the "https:/ /jsfiddle.net/vh6ptcrd/" to a Custom Message?
<div class="tile">
<div class="img-bg"onclick="alert('This Click will take me to...');window.close();">
<p>Click!</p>
</div>
</div><!--.tile end -->
Thanks in advance for your help.