diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 80c011b..8dd129d 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -2,9 +2,9 @@ X-editable changelog ============================= -Version 1.4.3 wip +Version 1.4.3 Mar 8, 2013 ---------------------------- -[bug #32] upgrade to jQuery UI 1.9+ (vitalets) +[bug #32] hotfix for jQuery UI 1.9+ (vitalets) Version 1.4.2 Mar 7, 2013 diff --git a/Package.nuspec b/Package.nuspec index 738cf8a..4ced7a8 100644 --- a/Package.nuspec +++ b/Package.nuspec @@ -2,14 +2,14 @@ x-editable - 1.4.2 + 1.4.3 Vitaliy Potapov Vitaliy Potapov https://github.com/vitalets/x-editable/blob/master/LICENSE-MIT http://vitalets.github.com/x-editable false In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery - Added support of jQuery 1.9 and several bugfixes. + hotfix for jQuery UI 1.9+. Copyright 2012-2013 edit-in-place editable bootstrap jquery diff --git a/src/editable-form/editable-form.js b/src/editable-form/editable-form.js index f080a94..25d59b7 100644 --- a/src/editable-form/editable-form.js +++ b/src/editable-form/editable-form.js @@ -489,7 +489,7 @@ Editableform is linked with one of input types, e.g. 'text', 'select' etc. **/ success: null, /** - Additional options for ajax request. + Additional options for submit ajax request. List of values: http://api.jquery.com/jQuery.ajax @property ajaxOptions