[jQuery] Edit in place feedback needed

[jQuery] Edit in place feedback needed

I just put up a new release of jEditable. Main new things are support
for selects and possibility to style input element via style or css
class. You can check example usage from my blog:
http://www.appelsiini.net/~tuupola/382/in-place-editing-with-selects
I would like to get some feedback on experimental feature. In
addition to url address it is also possible to give function as the
target where edited content is sent to. This function can do
additional processing of data. Validating, transforming it to
something else, updating some extra divs etc.
Currently function has to return string. This string will then be
innerHTML of the edited element. I would not like to force this. One
idea would be that if function returns false, plugin will then
assume function already made the necessary updates to innerHTML. Does
this sound sane to you.
I am also trying to find out what would be optimal way to make
plugins configuration options also available to the function.
--
Mika Tuupola http://www.appelsiini.net/~tuupola/
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/