JQuery警报的属性/功能有哪些?

时间:2015-06-23 07:18:04

标签: javascript jquery alert

我目前使用<script src="js/jquery.alerts.js" type="text/javascript"></script>此插件使用JQuery警报。使用此警报非常有吸引力,我想了解更多信息,即它的功能或属性或属性等。我在警告后编码:

jAlert("Please enter <font color='red'>name</font>");
jAlert("Please enter valid <b>name</b>");

1 个答案:

答案 0 :(得分:1)

非常好的图书馆。

您可以在以下位置找到所需的一切: http://labs.abeautifulsite.net/archived/jquery-alerts/demo/

以下是您可以查看的一些教程: http://www.tutorialscollection.com/jquery-alert-how-to-use-alert-box-in-jquery-with-code-and-running-example/

此致