From cccf9ad91d8b6626e1e20bd267c9cd0b6223f15c Mon Sep 17 00:00:00 2001 From: timmywil Date: Thu, 5 May 2011 12:52:04 -0400 Subject: Add support for the contenteditable attribute --- src/attributes.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') 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 ) { -- cgit v1.2.3