Add support for the contenteditable attribute
This commit is contained in:
parent
5097e6d1c6
commit
cccf9ad91d
2 changed files with 8 additions and 3 deletions
|
@ -414,7 +414,8 @@ jQuery.extend({
|
|||
rowspan: "rowSpan",
|
||||
colspan: "colSpan",
|
||||
usemap: "useMap",
|
||||
frameborder: "frameBorder"
|
||||
frameborder: "frameBorder",
|
||||
contenteditable: "contentEditable"
|
||||
},
|
||||
|
||||
prop: function( elem, name, value ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue