如何使用JAlerts

nat*_*ath -2 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>
Run Code Online (Sandbox Code Playgroud)

可以sombody告诉我有什么问题

Hal*_*gür 5

转到jAlert演示页面并查看源代码.