Nice!<div><br></div><div>TF<br><br><div class="gmail_quote">On Sun, Nov 14, 2010 at 10:11 AM, Nick Ager <span dir="ltr">&lt;<a href="mailto:nick.ager@gmail.com">nick.ager@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
BTW I tend to use symbols for html ids - that way declaring and calling you use the same symbol and don&#39;t have to remember to add the # to the string when querying. Your method would then become:<div><div></div><div class="h5">
<div><br></div><div><span style="font-family:&#39;courier new&#39;, monospace;border-collapse:collapse;white-space:pre-wrap">        | val |

        html div id: #txt; with: &#39;&#39;.
        html break.
        html select
                list: { 1. 2. 3. };
                selected: 2;
                
                &quot;Pass the selection back to the server and save it.&quot;
                onChange: ((html jQuery ajax script: [ :s | s &lt;&lt; (s jQuery: #txt) text: (val - 1) ]) serializeThis);                
                callback: [ :v |  val := v ]</span><br><br></div>
</div></div><br>_______________________________________________<br>
seaside mailing list<br>
<a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
<br></blockquote></div><br></div>