Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bfontaine/ajaxedit

Lightweight jQuery plugin to edit HTML text without reloading the page.
https://github.com/bfontaine/ajaxedit

jquery

Last synced: 8 days ago
JSON representation

Lightweight jQuery plugin to edit HTML text without reloading the page.

Awesome Lists containing this project

README

        

AjaxEdit
========

[![Build Status](https://travis-ci.org/bfontaine/AjaxEdit.png)](https://travis-ci.org/bfontaine/AjaxEdit)

*AjaxEdit* is a lightweight jQuery plugin written for [IP7’s
website](https://github.com/IP7/Website), to edit some HTML sections using
Markdown.

Note: this project is no longer maintained, since we’re now using
[Jeditable][jeditable].

[jeditable]: http://www.appelsiini.net/projects/jeditable

CHANGELOG
---------

**v0.0.1** (next version)

- `ajaxedit.edited`, `ajaxedit.saved` and `ajaxedit.cancelledEdit` events are
now triggered. It can be useful if you want to bind functions on any
particular action.

[**v0.0.1-alpha**](http://plugins.jquery.com/ajaxedit/0.0.1-alpha/) (current)

- first version.