Add support for the contenteditable attribute

This commit is contained in:
timmywil 2011-05-05 12:52:04 -04:00
parent 5097e6d1c6
commit cccf9ad91d
2 changed files with 8 additions and 3 deletions

View file

@ -414,7 +414,8 @@ jQuery.extend({
rowspan: "rowSpan",
colspan: "colSpan",
usemap: "useMap",
frameborder: "frameBorder"
frameborder: "frameBorder",
contenteditable: "contentEditable"
},
prop: function( elem, name, value ) {