Skip to content

michelgotta/jquery-ghostinput-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jQuery ghostInput Plugin

Adds a non editable ghosttext to a textinput after the cursor seen on the URL selection on the http://www.tumblr.com/ registration.

Demo

http://michelgotta.de/ghost-input-demo/

Setup

$('#ghostinput').ghostInput({
  ghostText: ".yourdomain.com", // Ghosttext after the users input
  ghostLabel: "URL", // Label
  change: function() {
    someCallbackFunction();
  }
});

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors