suzzee / formicatejs

formicateJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

formicate.js

Turn spans into fancy editable inputs in your form element.

Like this

http://fullscreeninc.github.io/formicatejs/

Requirements

jQuery, CoffeeScript

Steps

$ git clone https://github.com/fullscreeninc/formicatejs.git

Usage

In main.js.coffee
$('#your_form_object').formicate() if $('#your_form_object')

yourform.html

<form id="your_form_object">
    <span class="waiting">I want everyone to have the ability to update this text.</span>
</form>

License

Copyright (c) 2013 Fullscreen, Inc.

This software is released under the MIT License.

About

formicateJS


Languages

Language:CoffeeScript 100.0%