Contenteditable is nice feature added in HTML5. As the name clarify, it allows the user to
edit any of the text contained within the element, including its children. There are a variety
of uses for something like this, including an app as to-do list, which also takes advantage of
local storage.
copytext
<ul contenteditable="true"> or <ul contenteditable=true>
<ul contenteditable="true">
<li>First</li>
<li>Second</li>
</ul>
For such more blogs you can visit to http://findnerd.com/NerdDigest
edit any of the text contained within the element, including its children. There are a variety
of uses for something like this, including an app as to-do list, which also takes advantage of
local storage.
copytext
<ul contenteditable="true"> or <ul contenteditable=true>
<ul contenteditable="true">
<li>First</li>
<li>Second</li>
</ul>
For such more blogs you can visit to http://findnerd.com/NerdDigest
No comments:
Post a Comment