<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im"><br>
&gt;   2) What was wrong with the original implementation?<br>
<br>
</div>- It introduces a Smalltalk Javascript dependency into the core.<br>
- It introduces a Javascript dependency into the core.<br>
- It uses custom/hardcoded Javascript code.</blockquote><div><br></div><div>Ok makes sense </div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">
&gt;   3) Is there a better way of achieving a similar result in jQuery?<br>
<br>
</div>For one of these existing JQuery libraries there is even a Seaside<br>
wrapper, which is probably the first jQuery wrapper written for<br>
Seaside ever: &lt;<a href="http://www.squeaksource.com/jqueryplugins" target="_blank">http://www.squeaksource.com/jqueryplugins</a>&gt;.<br></blockquote><div><br></div><div>Thanks for the pointer. I really should explore before I start coding... </div>
<div>I also discovered that FormExample has been updated with a later library in JQueryWidgetBox. For anyone else who is listening you can download it with:</div><div><br></div><div><div>Gofer new</div><div><span class="Apple-tab-span" style="white-space:pre">                </span>squeaksource: &#39;JQueryWidgetBox&#39;;</div>
<div><div><span class="Apple-tab-span" style="white-space:pre">                </span>package: &#39;JQWidgetBox-Core&#39;;</div><div><span class="Apple-tab-span" style="white-space:pre">                </span>package: &#39;JQWidgetBox-Dev&#39;;</div>
</div><div><span class="Apple-tab-span" style="white-space:pre">                </span>package: &#39;JQWidgetBox-FormExample-Core&#39;;</div><div><span class="Apple-tab-span" style="white-space:pre">                </span>package: &#39;JQWidgetBox-FormExample-Dev&#39;;</div>
<div><span class="Apple-tab-span" style="white-space:pre">                </span>load.</div><div>JQWidgetExample initialize.</div><div><br></div><div>or: </div><div><br></div><div><div>((Smalltalk at: #ConfigurationOfJQueryWidgetBox) project version: &#39;1.0&#39;)</div>
<div><span class="Apple-tab-span" style="white-space:pre">                </span>load: &#39;JQWidgetBox-FormExample-Core&#39;;</div><div><span class="Apple-tab-span" style="white-space:pre">                </span>load: &#39;JQWidgetBox-FormExample-Dev&#39;.</div>
<div><br></div><div><br></div></div><div>and browse to: <a href="http://localhost:8080/jquery-widgets/formexample">http://localhost:8080/jquery-widgets/formexample</a></div><div><br></div><div>Thanks again</div><div><br></div>
<div>Nick</div></div><div> </div></div>