I’m using observe_form for a simple ajax rating/voting system. When the
user changes the form it works great. However, I replace the form with a
:partial in my ajax data returned to reflect the new rating. For some
reason after one successful operation it does not work again… changing
the form has no effect.
If I view the page source it all looks as it should.
Does observe_form stop working once you replace the observed form?