Hi there,
I have a web application using modal windows for CRUD implementation of detail records. The DIVs for the modal windows are created once, when the main page loads. They then are reused to show detail content via ajax. Everything works fine, but in some – not really reproducable – circumstances some DOM objects are not removed and hidden fields are fired in forms, they should not be in.
So my question is, if there is a simple way to remove only the content of a modal window from DOM without destroying the modal window itself?
Thanks & greetings,
Nikola