Hi,

I use append() to add html fragments to a page dynamically.  This
works fine until the user navigates to another page and then clicks on
the browser back button.  The dynamically added html fragments are no
longer visible.  I read somewhere that dynamically added elements are
not remembered by the browser and therefore the back button will only
render the original page (without the dynamically added elements).
Does anyone know of a way to solve this problem? Thank you.

Reply via email to