Hello,<div><br></div><div>I&#39;d like to set the background-color of a parent element that contains a selectbox using ajax without replacing the whole. I tried to load the value through &quot;ajax html:&quot; like so:</div>
<div><br></div><div><div>html select</div><div>  onChange: (html jQuery ajax serialize: html jQuery this) ,</div><div>    ((html jQuery this parent: &#39;.model&#39; ) cssAt: &#39;background-color&#39; put: (html jQuery ajax html: [:r | r text: &#39;red&#39; ]));</div>
<div>  callback: [ :value | aModelObject color: value key. ];</div><div>  selected: selectedColor;</div><div>  addAll: colors;</div><div>  labels: [:item | item value.].</div><div><br></div><div>But this does not seem to work, since nothing is happening.</div>
<div>Can anybody help?</div><div><br></div><div>RD</div></div>