Categories: archive |code

Europe and jQuery Editable Field

I’ll be in Europe for the next 2.5 weeks, so my awesome blog will continue to be ignored for a while. Sorry.

In the meantime, check out a plugin I’m working on (of many) for jQuery. Introducing: jQuery Editable Field. With this plugin, you can make anything editable.

Demo: jQuery Editable Field Demo

Usage:

$("h2.edit").editableField({onSubmit:function(){alert('Something changed!');}});
$(".edit").editableField();

It still has a little bit of work, but it mostly does what I need it to… check out the source if you want to explore further.

Hopefully shortly after I get back from Europe, I’ll be able to post a couple of the other plugins that I’ve been working on.