My page has multiple containers along with some elements. I performed drag and drop operations on the container elements. Initially i stored the element sequence structure and later after all drag operations before leaving the page i was storing sequence of the elements in the page. Now i need to compare current structure with existing structure. Before that i need to store html page into dom so that i can able to perform operations and replace the actual page.
If i am directly dumping html content to some element through innerHTML or html(). In those scenarios i was facing same id issues..
if i have dom object i can access like domObject.documentElementById()
can any one help me to fix the issue.. Thanks in advance