<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-15">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hey everybody,<br>
    <br>
    i try to get the value of a textInput with jQuery by using  it this
    way:<br>
    <br>
    <i>(html textInput)<br>
                          id: id;<br>
                          onBlur: html jQuery ajax serializeForm;<br>
                          onBlur: ((html jQuery id: 'imageDiv') load
      html: [:r | self renderImageOn: r]);<br>
                          onChange: (html jQuery new load html: [self
      formatValue: (html jQuery id: id)value]);<br>
                          callback: [...];<br>
                          value: (anObject perform: aValue)];</i><br>
    <br>
    but I do not get the real value in the <i>formatValue: method. </i>All
    I get is<i>: JQueryInstance ($("#id4").val())</i><i>.<br>
    </i>Have anybody an idea what I am doing wrong?<i><br>
      <br>
    </i>Thank you and kind regards <br>
    <br>
    Malte<br>
  </body>
</html>