如何使用JAlerts

时间:2010-11-05 08:27:20

标签: javascript jquery jquery-plugins

嗨,我是jQuery的新手。有些人可以告诉我如何在项目中使用JAlert。请帮忙。日Thnx

PS

您好我在netbeans项目中使用过它。但它不起作用

<html>
    <head>
        <script type="text/javascript" src="jquery.js" ></script>
        <script type="text/javascript" src="jquery.jalert.js" ></script>
        <link href="jalert.css" rel="stylesheet" type="text/css" media="screen" />
        <script type="text/javascript"></script>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
        <title>JSP Page</title>
        <script>
        function hello()
        {
           jAlert('Price should be blocks of 10 cents', 'FAILED', );
        }
        </script>
    </head>
    <body>
        <form name="accounts" method="POST" action="test.jsp">
            <input type="button" name="clientAccount" value="click" onclick=hello()>
        </form>
    </body>
</html>

可以sombody告诉我是什么问题

2 个答案:

答案 0 :(得分:5)

转到jAlert demo页面查看源代码。

答案 1 :(得分:1)

请参阅http://www.smooka.com/blog/2009/02/22/jalert-jquery-alert-box-plugin/

但请首先在Google中搜索jalert,如果找不到内容,可以在此处提出问题。