<br>This should be an easy one. I&#39;m using jQuery to turn a div into a submit button. onClick I need the div to evaluate a callback and then submit the form. I can do one or the other but I&#39;m wasting a lot of time trying to figure out how do both. Been playing with script:, but I don&#39;t understand what it is and can&#39;t get it to work.<br>

<br>canvas div<br>        id: divID; <br>        onClick: ( canvas jQuery ajax callback: [ self goToNextStep ] );<br>        with: [ canvas text: &#39;Next&#39; ]<br><br>BTW, I&#39;d love suggestions on a good resource or path for understanding jQuery in seaside.<br>

<br>Thanks,<br>Joel<br>