hi every body, i want to add row in my table html using javascript but i use methode append(), when i refresh my page,
the row disappears and I want it to remain in the table. please help for me.
thank

Member Avatar for diafol

javascript on its own only lives on the page until its refreshed / reloaded. If you want "permanence", you'll need a server side solution (e.g. database or file, e.g. xml, json, txt, etc) or you can use client-side web storage.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.