Slider missing after long poll update

Slider missing after long poll update

Hi,

after setting a value in the slider, the DIV-container, where the slider is in, gets a long poll update.
This is the code before sliding:
  1. <div id="slider1" class="ui-slider ui-slider-horizontal ui-widget ui-widget-content ui-corner-all">
  2. <div class="ui-slider-range ui-widget-header ui-corner-all ui-slider-range-min" style="width: 0%;"></div>
  3. <span class="ui-slider-handle ui-state-default ui-corner-all" tabindex="0" style="left: 0%;"></span>
  4. </div>
and this after sliding:
  1. <div id="slider2"></div>
...nothing more.
That the ID changes is ok. The long poll update also creates new code for the slider with this new ID.
But it seems as if the new slider-code is not being executed.

I don't know how to solve this, can anybody help?

Thanks!
Spiff