Creating a Grail Jquery Modal Window and Form posting with ajax?
问题 I have the following code : <body> <div id="dialog-form" title="Create a new Comment"> <form> <fieldset> <label for="name">Enter your Comment Please </label> <textarea rows="6" cols="2" name="commentArea" id="commentArea" ></textarea> </fieldset> </form> </div> <button id="create-user">Create new user</button> </body> and my Modal Window using jquery-UI <g:javascript> $(function(){ $("#dialog-form").dialog ({ autoOpen:false, height:300, resizable:false, width:350, modal:true, buttons: {