Giter Club home page Giter Club logo

jquery.liveedit's Introduction

jQuery LiveEdit Plugin - An alternative visual editor

jquery.liveedit is intended to be a simpler alternative to WYSIWYG editors. LiveEdit converts textareas into editable markup suitable for inline editing.

What is jquery.liveedit good for?

  • inline editing: editable content appears just as it would in its published state
  • controlled layouts: markup is constrained to simple, pre-defined elements
  • simplified markup: with normal use, it's difficult to produce wonky html

What is jquery.liveedit not ideal for?

  • completely free-from html: liveedit attempts to limit user interaction to the construction of headings and paragraphs
  • multi-level nesting: in keeping with simplified markup, liveedit attempts to keep things tidy at a single level of nested content

How do I use it?

Say you have the following HTML:

<div id="edittools"></div>
<textarea id="editor"></textarea>

Apply the liveedit to your textarea. The textarea will be replaced with the live editor.

$('#editor').liveedit();

And add the ability to drag paragraphs, h1, h2, and images to the editor.

$('#editor').liveedit('addtools', { 'target':'#edittools', 'enable': ['h1','h2','p','img'] });

As updates are made to the live edit document, these changes will be reflected in the markup inside your hidden textarea and any form posts should work as usual.

jquery.liveedit's People

Contributors

jmstriegel avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

siubie

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.