Jquery.styleinplace

A simple jQuery plugin that lets you change the CSS styles of an element in place.

View the Project on GitHub jpaasch/jQuery.styleInPlace

This plugin lets you style elements in place, in the browser. For instance, click on the following sentence to see it in action.

Click anywhere on this sentence to change its appearance.

The plugin also keeps a record of all styling changes you make, which you can send to a callback (in case you want to use ajax or whatever to add those changes to CSS files).

Modify the appearance of this sentence, and be notified of the changes in an alert.