javascript - KnockOut binding breaks after moving DOM element -


i have web app built on ko , part has been god-sent. however, have 1 frustrating problem.

when move element jquery 1 spot in dom another, bindings seem randomly break. survive move, don't. know might causing this? wish give specific example, can't seem re-create in simple case (for fiddle) , random (3 in 10 tries).

is there way refresh bindings in element?

cheers,

had similar issue. happening me when moving dom element before applying bindings.

make sure applybinding calls made before move dom element.

that can give without code sample.


Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

How can I fetch data from a web server in an android application? -

jquery - How can I dynamically add a browser tab? -