<html><body><div style="color:#000; background-color:#fff; font-family:arial, helvetica, sans-serif;font-size:10pt"><div style="font-family: arial, helvetica, sans-serif; font-size: 10pt;">Hello,</div><div style="font-family: arial, helvetica, sans-serif; font-size: 10pt;">I am not able to get what would seem to be simple jQuery refresh working.&nbsp;</div><div style="font-family: arial, helvetica, sans-serif; font-size: 10pt;">The code is supposed to render a component every five seconds.&nbsp;</div><div style="font-family: arial, helvetica, sans-serif; font-size: 10pt;">I can see the render code being triggered, but the browser display is not being updated.</div><div style="font-family: arial, helvetica, sans-serif; font-size: 10pt;"><br></div><div style="font-family: arial, helvetica, sans-serif; font-size: 13px; color: rgb(0, 0, 0); background-color: transparent; font-style: normal;">My code looks something like this...&nbsp;</div><div
 style="font-family: arial, helvetica, sans-serif; font-size: 13px; color: rgb(0, 0, 0); background-color: transparent; font-style: normal;"><br></div><div style="background-color: transparent;"><div style="background-color: transparent;"><font face="arial, helvetica, sans-serif" size="2"><span class="Apple-tab-span" style="white-space: pre;">        </span>html script: (</font></div><div style="background-color: transparent;"><font face="arial, helvetica, sans-serif" size="2"><span class="Apple-tab-span" style="white-space:pre">                </span>(html jQuery ajax script: [:s |&nbsp;</font></div><div style="background-color: transparent;"><font face="arial, helvetica, sans-serif" size="2"><span class="Apple-tab-span" style="white-space:pre">                        </span>s &lt;&lt; (s jQuery html: [:r |&nbsp;</font><span style="background-color: transparent; font-family: arial, helvetica, sans-serif; font-size: 13px;">r render: self selectedComponent])]</span></div><div
 style="background-color: transparent;"><font face="arial, helvetica, sans-serif" size="2"><span class="Apple-tab-span" style="white-space: pre;">                </span>) interval: 5 seconds)</font></div></div><div style="font-family: arial, helvetica, sans-serif; font-size: 10pt;"><br></div><div style="font-family: arial, helvetica, sans-serif; font-size: 13px; color: rgb(0, 0, 0); background-color: transparent; font-style: normal;">...I do a similar thing in another application using Scriptaculous, which works fine...&nbsp;</div><div style="font-family: arial, helvetica, sans-serif; font-size: 13px; color: rgb(0, 0, 0); background-color: transparent; font-style: normal;"><br></div><div style="background-color: transparent;"><div style="background-color: transparent;"><font face="arial, helvetica, sans-serif" size="2"><span class="Apple-tab-span" style="white-space: pre;">        </span>html div&nbsp;</font></div><div style="background-color: transparent;"><font
 face="arial, helvetica, sans-serif" size="2"><span class="Apple-tab-span" style="white-space:pre">                </span>script: (</font></div><div style="background-color: transparent;"><font face="arial, helvetica, sans-serif" size="2"><span class="Apple-tab-span" style="white-space:pre">                        </span>html scriptaculous updater</font></div><div style="background-color: transparent;"><font face="arial, helvetica, sans-serif" size="2"><span class="Apple-tab-span" style="white-space:pre">                                </span>interval: 5 seconds;</font></div><div style="background-color: transparent;"><font face="arial, helvetica, sans-serif" size="2"><span class="Apple-tab-span" style="white-space:pre">                                </span>on: #renderSelectedComponentOn:&nbsp;</font></div><div style="background-color: transparent; color: rgb(0, 0, 0); font-size: 13px; font-family: arial, helvetica, sans-serif; font-style: normal;"><font face="arial, helvetica, sans-serif" size="2"><span class="Apple-tab-span"
 style="white-space:pre">                                </span>of: self);</font></div><div style="background-color: transparent;"><font face="arial, helvetica, sans-serif" size="2"><span class="Apple-tab-span" style="white-space: pre;">                </span>with: [ self&nbsp;renderSelectedComponentOn:&nbsp;html ]</font></div><div style="background-color: transparent; color: rgb(0, 0, 0); font-size: 13px; font-family: arial, helvetica, sans-serif; font-style: normal;"><font face="arial, helvetica, sans-serif" size="2"><br></font></div><div style="background-color: transparent; color: rgb(0, 0, 0); font-family: arial, helvetica, sans-serif; font-style: normal;"><span style="font-size: 13px;">I've been searching through the archives, but all the hits I find make me think the jQuery code is OK.</span></div><div style="background-color: transparent;"><span><span style="font-family: arial, helvetica, sans-serif; font-size: 13px;">I&nbsp;imagine&nbsp;I'm missing something obvious... so thanks for any
 help.</span></span></div><div style="background-color: transparent; color: rgb(0, 0, 0); font-family: arial, helvetica, sans-serif; font-style: normal; font-size: 13px;"><span style="font-size: 13px;"><br></span></div><div style="background-color: transparent; color: rgb(0, 0, 0); font-family: arial, helvetica, sans-serif; font-style: normal; font-size: 13px;"><span style="font-size: 13px;">Bob Nemec</span></div><div style="background-color: transparent; color: rgb(0, 0, 0); font-family: arial, helvetica, sans-serif; font-style: normal; font-size: 13px;"><br></div></div><div style="font-family: arial, helvetica, sans-serif; font-size: 13px; color: rgb(0, 0, 0); background-color: transparent; font-style: normal;"><br></div><div style="font-family: arial, helvetica, sans-serif; font-size: 13px; color: rgb(0, 0, 0); background-color: transparent; font-style: normal;"><br></div><div style="font-family: arial, helvetica, sans-serif; font-size: 13px; color:
 rgb(0, 0, 0); background-color: transparent; font-style: normal;"><br></div><div style="background-color: transparent;"><br></div></div></body></html>