Forum     

Go Back   Digit Technology Discussion Forum > Community > Tutorials
Register FAQ Calendar Mark Forums Read

Tutorials This section offers tutorials and How to's on just about anything related to computers and IT. Note: All tutorials are courtesy the posters and not verified by Digit


Reply
 
LinkBack (1) Thread Tools Display Modes
Old 24-11-2011, 09:11 PM   1 links from elsewhere to this Post. Click to view. #1 (permalink)
Alpha Geek
 
ajaybc's Avatar
 
Join Date: Feb 2007
Location: Cochin
Posts: 744
Thumbs up Twitter like animated text field and textarea watermarking plugin for jQuery


I made a simple form field watermarking plugin for jQuery called "Watermarkify". It is different from any other plugin and actually allows you to create animated form field watermarks like you see in Twitter signup page. It supports text fields, password fields and Text areas.




HOW TO USE [STEP BY STEP]

Include the watermarkify.css and jquery.watermarkify.0.5.js along with the latest version of jQuery in the head tag of your html file.

Code:
<link href="watermarkify/watermarkify.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="watermarkify/jquery.min.js"></script>
<script type="text/javascript" src="watermarkify/watermarkify.0.5.js"></script>
Now create the text fields or textareas you want the watermark applied to, and add a class or ID to identify it/them.
Remember to specify the text to be displayed as the watermark in the title tag.


Code:
<input title="Enter your name" type="text" />
<input title="Enter your Password" type="password" />
<textarea title="Enter your Address"></textarea>
Now add this script at the end of the <head> tag.

Code:
<script type="text/javascript">
$(document).ready(function(){
    $(".fields").watermarkify();
});
</script>
And that’s it. Your fields should be having the watermark texts. If you have any queries or doubts regarding the plugin please use the comment form at the bottom of the page.


View Demo : Watermarkify | Demo

Download Link and More Details : Watermarkify -jQuery animated form field watermarks plugin | Blog | Ajay Balachandran

Please check it out and give feedback
__________________
Available for freelance web design and web development jobs.
You can view my portfolio here.
Ajay Balachandran

Please contact via PM
ajaybc is offline   Reply With Quote
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


LinkBacks (?)
LinkBack to this Thread: http://www.thinkdigit.com/forum/tutorials/149183-twitter-like-animated-text-field-textarea-watermarking-plugin-jquery.html
Posted By For Type Date
Twitter like animated text field and textarea watermarking plugin for jQuery This thread Refback 15-03-2012 09:59 PM

 
Latest Threads
- by Who
- by Krow
- by clmlbx
- by Tech&ME
- by icebags

Advertisement




All times are GMT +5.5. The time now is 08:55 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2