public
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/tuupola/jquery_jeditable.git
name age message
file Makefile Tue Mar 10 05:32:29 -0700 2009 Prepare for release 1.7.0 [tuupola]
file README.textile Sat Oct 03 02:20:58 -0700 2009 Submit on change if input type select and no su... [tuupola]
directory contributed/ Mon Aug 03 04:21:31 -0700 2009 Add datepicker input type by Enjalbert Vincent.... [tuupola]
directory css/ Fri Sep 28 11:58:34 -0700 2007 New example pages. [tuupola]
file custom.html Mon Nov 16 01:48:23 -0800 2009 Update Autogrow plugin URL. [tuupola]
file default.html Fri May 29 06:17:10 -0700 2009 Use jQuery 1.3.2 in demo. [tuupola]
directory img/ Fri Sep 28 11:58:34 -0700 2007 New example pages. [tuupola]
file jquery.jeditable.ajaxupload.js Tue Mar 31 08:13:15 -0700 2009 Make JSLint happy. Patch by olleolleolle ( htt... [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 Tue Mar 31 08:13:15 -0700 2009 Make JSLint happy. Patch by olleolleolle ( htt... [tuupola]
file jquery.jeditable.js Fri Nov 06 06:28:18 -0800 2009 Fix issue #7 If I use HTML in the 'placeholder... [tuupola]
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 Mar 31 08:13:15 -0700 2009 Make JSLint happy. Patch by olleolleolle ( htt... [tuupola]
file jquery.jeditable.timepicker.js Mon Aug 31 04:36:39 -0700 2009 making sure all jquery timepicker inputs have i... [JackDanger]
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.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.