Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bfontaine/ajaxedit
- Owner: bfontaine
- License: mit
- Created: 2012-11-28T15:32:29.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-04-26T15:37:55.000Z (almost 12 years ago)
- Last Synced: 2025-01-28T23:09:18.307Z (15 days ago)
- Topics: jquery
- Language: JavaScript
- Size: 402 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.