<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <font face="Georgia">submit buttons think *they* know what to do
      with your click, but...<br>
      <br>
      [snip]<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; html button bePush; onClick: (html jQuery ajax<br>
      [snip]<br>
      <br>
      works.<br>
      <br>
      <br>
    </font>
    <div class="moz-cite-prefix">On 8/23/12 4:39 PM, squeakman wrote:<br>
    </div>
    <blockquote cite="mid:k164eb$lu2$1@ger.gmane.org" type="cite">Hello
      List,
      <br>
      <br>
      I am trying to learn how to use jQuery.&nbsp; I have the following
      simple example but the callback is never triggered when I hit the
      submit button.
      <br>
      <br>
      I have included the JQuery library in my configuration.
      <br>
      <br>
      Can you tell me what is wrong?
      <br>
      <br>
      renderContentOn: html
      <br>
      <br>
      &nbsp;&nbsp;&nbsp;&nbsp;html form with:
      <br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [html label with: 'Name'.
      <br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (html textInput)
      <br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; id: #temp;
      <br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; value: 'sample text'.
      <br>
      <br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; html submitButton onClick: (html jQuery ajax
      <br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; callback: [:v | self halt]
      <br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; value: (html jQuery: #temp) value)]
      <br>
      <br>
      <br>
      With Thanks,
      <br>
      Frank
      <br>
      <br>
      _______________________________________________
      <br>
      seaside mailing list
      <br>
      <a class="moz-txt-link-abbreviated" href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a>
      <br>
      <a class="moz-txt-link-freetext" href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a>
      <br>
      <br>
    </blockquote>
    <br>
  </body>
</html>