diff options
author | timmywil <tim.willison@thisismedium.com> | 2011-05-05 12:52:04 -0400 |
---|---|---|
committer | timmywil <tim.willison@thisismedium.com> | 2011-05-05 12:52:04 -0400 |
commit | cccf9ad91d8b6626e1e20bd267c9cd0b6223f15c (patch) | |
tree | 92babb3e9ccaa440edde44f870663618b99760bf /src | |
parent | 5097e6d1c672ef5fd3fcc0022ce84519233189cc (diff) | |
download | jquery-cccf9ad91d8b6626e1e20bd267c9cd0b6223f15c.tar.gz jquery-cccf9ad91d8b6626e1e20bd267c9cd0b6223f15c.zip |
Add support for the contenteditable attribute
Diffstat (limited to 'src')
-rw-r--r-- | src/attributes.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/attributes.js b/src/attributes.js index c86916310..a058a82b9 100644 --- a/src/attributes.js +++ b/src/attributes.js @@ -414,7 +414,8 @@ jQuery.extend({ rowspan: "rowSpan", colspan: "colSpan", usemap: "useMap", - frameborder: "frameBorder" + frameborder: "frameBorder", + contenteditable: "contentEditable" }, prop: function( elem, name, value ) { |