Jump to content

ScriptUser

Members
  • Posts

    3
  • Joined

  • Last visited

ScriptUser's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Hi all, everyone knows that DOM manipulation using javascript is not permanent; the changes will be undone after the page reloads. I would like to make permanent changes to the markup of a page using javascript. I understand that there are plugins out there that can do what I am wanting to do. However, I want to save changes to my markups dynamically through code. If you know of a way to dynamically save changes to the DOM element using javascript, please share your knowledge. Thanks in advance for your help.
  2. Hi all and thank you for your reply. Thank you Foxy for your suggestion, I will do a research into the contentEditable property.
  3. Hi all, I am trying to create a page that simulates a WYSIWG using CSS, Javascript, and HTML5. Essentially the user of this particular page can drag and drop HTML elements onto the page then modify them. I was able to drag and drop a table onto the page by dragging a table icon (which I've created) onto the page. However, I am not able to type directly into the table cell using javascript even after adding an eventlisten. Please suggest a solution if you have done something similar to what I am attempting. Thanks in advance.
×
×
  • Create New...