Amoraboti - Program
Rashed - Uz - Zaman (Rasel)
  Home About Me Brainstorming Facebook Fan Page Contact    
  Author
I'm Rz Rasel
From Bangladesh

  Archives
April 2010
May 2010
January 2011
February 2011
January 2012
February 2012
March 2012

  Current

  Previous Posts
Duration Calculator Between Two Dates
Get Cursore Position In JavaScript
Hide And Prevent Copy Of Web Content Using JavaSri...
Hide All Content Of Website Using JavaScript Html Css
Ajax Post Method
Ajax getting xmlhttprequest to loop continuously
Show Message In Cursor Pointer
Resizing images with PHP
JavaScript Blinking Title
JavaScript Scrolling Title

  My Link
Islam And We
My Diary (Bangla)
My Diary (English)
My Lyrics (Bangla)
My Lyrics (English)
My Poem (Bangla)
My Poem (English)
My Story (Bangla)
My Story (English)
General Knowledge
Fun And Jokes
Lyrics (Bangla)
Lyrics (English)
Lyrics (Hindi)
Quotations
 
 
  Changing Form Input (Textbox) Style on Focus using jQuery  
  Friday, February 11, 2011  
 
<HTML>

<HEAD>

<script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script>

<TITLE>Rz Rasel</TITLE>

<STYLE>

body, input{

font-family: Calibri, Arial;

}

input {

font-size: 15px;

}

.focus {

border: 2px solid #AA88FF;

background-color: #FFEEAA;

}

</STYLE>

</HEAD>

<BODY>

<H2>Changing Form Input (Textbox) Style on Focus using jQuery</H2>

<FORM id="sample">


<TABLE>

<TR>

<TD>Name </TD>

<TD><INPUT type="text"/></TD>

</TR>

<TR>

<TD>Age</TD>

<TD><INPUT type="text"/></TD>


</TR>

<TR>

<TD>Phone no.</TD>

<TD><INPUT type="text"/></TD>

</TR>

</TABLE>

</FORM>

</BODY>

<SCRIPT>

$('input[type="text"]').focus(function() {

$(this).addClass("focus");

});


$('input[type="text"]').blur(function() {

$(this).removeClass("focus");

});


</SCRIPT>


</HTML>

 
  posted by Rz Rasel At 10:44 AM,

0 Comments:

Post a Comment

<< Home

 
     
 
  Problem In Font
Download then zip file unzip and install in your system. Or normal font file just install in your system font folder. Rz Rasel
Bangla Font
Bangla Font

  Find Me In Facebook
 
 

   aaaa
 

   aaaa
 
 
Copyright © 2010 - Amoraboti - Program. ® All right reaserved. Design and developed by:- Rz Rasl