的onclick ="警报(' HOLA'!); window.close()的;"

时间:2015-04-10 15:29:07

标签: javascript jquery html onclick

想知道是否有人可以帮我解决这个问题。这可能听起来有史以来最容易的问题。我刚刚开始使用jQuery。

在下图中,是否可以替换" https:/ / jsfiddle.net/vh6ptcrd/"自定义消息?

enter image description here



<div class="tile">
	<div class="img-bg"onclick="alert('This Click will take me to...');window.close();">
        <p>Click!</p>
	</div>
</div><!--.tile end -->
&#13;
&#13;
&#13;

提前感谢您的帮助。

2 个答案:

答案 0 :(得分:5)

不幸的是,这是不可能的。我建议使用类似&#34; Sweet Alert&#34;:http://tristanedwards.me/sweetalert

它易于实施,看起来比香草警报更好。

答案 1 :(得分:0)

没有任何方法可以自定义浏览器的提醒框。相反,您可以使用其中一个jquery通知插件: