<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
I wish there was an easy way to show this, but I'll try to describe it well...<br><br>I'm using this statement...<br><br>(html jQuery: '#display') html: [:r | r render: (self renderResultsOn: html)].<br><br>... in order to render the results of a survey. On the page I have a simple select menu and a button that let's you pick between the available surveys. What is happening is the page is being loaded fine, I can select the survey fine, hit the button, the results display fine, but then the original div with the dropdown and button is also added to the bottom of the #display div (see above). The display div is simply:<br><br>html div<br>&nbsp;&nbsp;&nbsp; id: 'display'.<br><br>I've tried taking the div out of the #with: statement where the select box and button are also in, but that does not seem to help. There are a couple other places I have been using the jQuery replace code, and it appears to be working correctly in those instances.<br><br>Thanks,<br>RS<br><br /><hr />Windows Live™ SkyDrive™: Store, access, and share your photos. <a href='http://windowslive.com/Online/SkyDrive?ocid=TXT_TAGLM_WL_CS_SD_photos_072009' target='_new'>See how.</a></body>
</html>