public
Fork of tuupola/jquery_jeditable
Description: jQuery edit in place plugin. Extendable via plugin architecture. Plugins for plugin. Really.
Homepage: http://www.appelsiini.net/projects/jeditable
Clone URL: git://github.com/lawrencepit/jquery_jeditable.git
lawrencepit (author)
Sun Mar 22 17:40:37 -0700 2009
commit  18a19752ac9cdb780031d90a618a36034d941461
tree    6416df862da52448951462ed3f1af78e886cbc24
parent  51ae7052bbcacc86514adfe8807004ed31b5c168
name age message
file Makefile Tue Mar 10 05:32:29 -0700 2009 Prepare for release 1.7.0 [tuupola]
file README.textile Tue Mar 10 05:32:29 -0700 2009 Prepare for release 1.7.0 [tuupola]
directory contributed/ Sat Feb 07 14:59:19 -0800 2009 Add date selector custom input type by Ethan Pi... [tuupola]
directory css/ Fri Sep 28 11:58:34 -0700 2007 New example pages. [tuupola]
file custom.html Thu Sep 18 00:56:44 -0700 2008 Use older css for demo files. [tuupola]
file default.html Thu Sep 18 00:56:44 -0700 2008 Use older css for demo files. [tuupola]
directory img/ Fri Sep 28 11:58:34 -0700 2007 New example pages. [tuupola]
file jquery.jeditable.ajaxupload.js Tue Dec 23 05:21:54 -0800 2008 Fix problems when xhtml is served application/x... [tuupola]
file jquery.jeditable.autogrow.js Tue Dec 23 05:21:54 -0800 2008 Fix problems when xhtml is served application/x... [tuupola]
file jquery.jeditable.charcounter.js Tue Dec 23 05:21:54 -0800 2008 Fix problems when xhtml is served application/x... [tuupola]
file jquery.jeditable.datepicker.js Sun Mar 23 10:38:48 -0700 2008 Move inputs into separate files. [tuupola]
file jquery.jeditable.js Loading commit data...
file jquery.jeditable.masked.js Tue Dec 23 05:21:54 -0800 2008 Fix problems when xhtml is served application/x... [tuupola]
file jquery.jeditable.time.js Tue Dec 23 05:26:50 -0800 2008 Use hours from 00 to 23 instead of 01 to 24. [tuupola]
file jquery.jeditable.timepicker.js Mon Mar 24 09:12:57 -0700 2008 Forgot Jason's name. [tuupola]
directory js/ Fri Aug 29 13:15:12 -0700 2008 Add quick and dirty charcounter custom input. D... [tuupola]
directory php/ Tue Dec 23 04:20:11 -0800 2008 Use PDO in demos. Old PEAR DB was confusing so... [tuupola]
directory tests/ Tue Dec 23 04:22:56 -0800 2008 Avoid few warnings in tests. [tuupola]
README.textile

Changelog

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.