Skip to content

Converts form inputs to text and then back to inputs on click. Correctly sends data through on form submission.

Notifications You must be signed in to change notification settings

jeremyworboys/jQuery-Text-to-Input

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text to Input jQuery Plugin Example

Usage

General usage is to select the input fields that you would like to enable text to input on.

$("input").textToInput();

Options

text_tag

You may specify the tag used to wrap the text that replaces the input fields. Default is <span>

text_class

You may specify the class applied to the tag that wraps the text that replaces the input fields. Default is .tti_text

no_value_text

You may specify the text used in place of an input that has no value. When converted to an input, this text is used as a placeholder. Default is Click here to add value...

Email for support.

About

Converts form inputs to text and then back to inputs on click. Correctly sends data through on form submission.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published