<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    <font face="Georgia">I probably could have explained a bit more. I'm
      doing something like:<br>
      <br>
      &nbsp;&nbsp;&nbsp; blah onClick: (</font><font face="Georgia">(html jQuery: #foo)
      load html: [ :h | bar renderOn: h]</font><font face="Georgia">)<br>
      <br>
      and the #renderOn: doesn't happen until blah is clicked. That's
      what I want except I don't want to fully replace foo. <br>
      <br>
      I've tried to figure out how to make #append: or #after: work like
      that, but they seem to want generate the html right away (and
      include all that html in the onClick script) and that's not a
      useful solution for me.<br>
      <br>
      Cheers,<br>
      Bob<br>
    </font><br>
    On 7/23/10 7:46 PM, Robert Sirois wrote:
    <blockquote cite="mid:BAY119-W447DD2D850AAAB8D756D97A6A30@phx.gbl"
      type="cite">
      <style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
      #append: and #prepend: maybe?<br>
      <br>
      RS<br>
      <br>
      <hr>Date: Fri, 23 Jul 2010 19:33:06 -0400<br>
      From: <a class="moz-txt-link-abbreviated" href="mailto:arning@charm.net">arning@charm.net</a><br>
      To: <a class="moz-txt-link-abbreviated" href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>
      Subject: [Seaside] is there an analogue to JQLoad?<br>
      <br>
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      <meta name="Generator" content="Microsoft SafeHTML">
      <font face="Georgia">Something like: <br>
        <br>
        &nbsp;&nbsp;&nbsp; (html jQuery: #foo) load html: [ :h | bar renderOn: h]<br>
        <br>
        will replace the contents of foo with new html. Is there an
        analogue that would add html to foo without disturbing what's
        already there?<br>
        <br>
        Cheers,<br>
        Bob<br>
      </font> <br>
      <hr>The New Busy think 9 to 5 is a cute idea. Combine multiple
      calendars with Hotmail. <a moz-do-not-send="true"
href="http://www.windowslive.com/campaign/thenewbusy?tile=multicalendar&amp;ocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_5"
        target="_new">Get busy.</a>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
seaside mailing list
<a class="moz-txt-link-abbreviated" href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a>
<a class="moz-txt-link-freetext" href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a>
</pre>
    </blockquote>
  </body>
</html>