This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 39b62fc41129672417475f0781fb567a43faf628
tree 4d2f1e2a48958126282e25e02e2d2d85217c6009
parent e6ed20276d24250d78a4f034d4b920d43140d60e
tree 4d2f1e2a48958126282e25e02e2d2d85217c6009
parent e6ed20276d24250d78a4f034d4b920d43140d60e
jquery_jeditable / README.textile
Changelog
1.7.2
- Submit on change if input type select and no submit button defined (gregpyp)
1.7.1
- Namespace default event as click.editable (Zangetsu)
- Trim whitespace when determining the selected value of pulldown (binarylogic)
- Make default settings publicly available (lawrencepit)
- Allow ajax calls other than ‘html’, e.g. json and script calls. (lawrencepit)
- Do not follow links if they are editable (Darwin)
- make JSLInt happy (olleolleolle)
1.7.0
- Full control over jQuery AJAX options for those who want to tinker.
- Fix problem with IE and placeholder with HTML tags.
- Add $.editable(‘disable’), $.editable(‘enable’) and $.editable(‘destroy’)
- Add onedit, onsubmit, onreset and onerror hooks.
- Allow passing select options as JavaScript object.
- Fix IE throwing error with textareas when width or height was set to ‘none’.
1.6.2
- Fix problems when xhtml is served application/xhtml+xml.
1.6.1
- Submit method can now be POST (default) or PUT.
- Fix form being submitted twice in some cases.
1.6.0
- Onblur parameter can now be a function.
- Support for any arbitary event for triggering Jeditable
- Submitting of form will be canceled if submit() method of custom input returns false.
- Custom inputs now have access to reset() method.







