‘in place’ image changer – jquery plugin
On one if my projects we’ve started using best_in_place, which is a gem that allows you to edit elements of your data model ‘in place’ (aka directly on that page) in a restful way. However there wasn’t an option to change images using the same technique.
I created a fork of best_in_place and plugged in a jQuery component that I create that provides this very option.
You can use this standalone – or you can try out the forked best_in_place
Advertisement
