I created a form and when the user completes this form the data is sent to the local webstorage and from there to a table. However, whenever I write a data in the localstorage the previous data is overwritten, can I get the data to be sent to that table without replacing the existing data? Note: It has to be only with JQuery.