I'm trying to do something like this in seaside 2.9
html button
onClick: (html jQuery ajax
serialize: (html jQuery this);
script: [:s | s << (s jQuery id: stratId) append: [html text: 'bing'. html break]]);
callback: [2 inspect];
with: 'add option'.
and as I expect my div with stratId is getting appended but I'm not getting an inspect window in my squeak image? What's the right way to do this?