I\'m using AJAX to append data to div element, where I fill the div from JavaScript, how can I append new data to the div without losing the previous data found in div?
you can use jQuery. which make it very simple.
just download the jQuery file add jQuery into your HTML or you can user online link:
and try this:
$("#divID").append(data);