Grab the RSS feed

Hi Friends,
Some times we need to give the indication to the user on their interaction.

For example if you take the signup process there are lot of inputs needed to get the information from user.

At that time if we use the text with in the textbox and when user clcks on the text box and if the text is disappeared it is more useful to user and he didn't get upsite.

For that purpose we can use Jquery watermark text.

Here you can find the example for Jquery water mark text



<  !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" >  
<  html xmlns="http://www.w3.org/1999/xhtml" >  
<  head >  
<  meta http-equiv="Content-Type" content="text/html; charset=utf-8" / >  
<  title >  Water Mark With Jquery<  /title >  
<  script type="text/javascript" src="jquery/jquery-1.3.2.min.js" >  <  /script >  
<  script type="text/javascript" src="jquery.watermark.js" >  <  /script >  
<  script >  
$(document).ready(function(){
$('#textareaforwatermark').watermark('Here, if you click the text will be disappear');
});
<  /script >  
<  /head >  
<  body >  
<  textarea id="textareaforwatermark" style="color:#999999" >  <  /textarea >  
<  /body >  
<  /html >  



you can find Jquery water mark on here


Give your valuable feedback

0 comments:

  •  
    Real Time Web Analytics