I recently found jQuery. Fell in love with it and started converting old prototype + script.aculo.us projects to jQuery + interface. For those projects I needed an in place editor with which I could use Textile rendering. None of existing plugins supported that so I made a rewrite of my favourite one: Dylan Verheul’s editable.
Some features include: * Editable element does not need to be wrapped with form tag. * Id of edited element is automatically sent when saving changes. * Can be used with external xhtml renderers such as Textile, Markdown, ReST or any WiKi renderer. Live demo, javascript source and php demo source at url below. To run the demo's in your own server you need to have SQLite support compiled into PHP plus working PEAR:DB installation. http://www.appelsiini.net/~tuupola/javascript/jEditable/ Feedback welcome. -- Mika Tuupola http://www.appelsiini.net/~tuupola/ _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
