add ajaxOptions param to sumbit method, fixes #36

This commit is contained in:
vitalets
2012-12-06 22:04:08 +04:00
parent 1b87f99110
commit 01a6788270
3 changed files with 25 additions and 15 deletions

View File

@@ -4,6 +4,7 @@ X-editable changelog
Version 1.2.0 wip
----------------------------
[enh #36] 'submit' method: added 'ajaxOptions' property to modify ajax request (vitalets)
[enh] editableContainer removed from docs as not widely used (vitalets)
[enh] editableContainer: removed 'autohide' option and 'cancel' event. Use 'hidden' event instead (vitalets)
[enh] 'hidden' event: added param 'reason' that points to reason caused hiding (vitalets)