jQuery in Action
[Logo] JavaRanch » JavaRanch Saloon
  Search | FAQ | Recent Topics | Hot Topics
Register / Login


Reply Bookmark it! Watch this topic JavaRanch » Forums » Engineering » HTML and JavaScript
 
RSS feed
 
New topic
Author

Loading image over text box

Naveen puttu
Ranch Hand

Joined: Sep 15, 2009
Messages: 57

Hi

I have a input text box


i want to show a loading image on that text box for an onBlur event



Eric Pascarello
author
Sheriff

Joined: Nov 08, 2001
Messages: 13577

Basic steps are:

Find the element's position
Set an image to be absolutely position
Set the top and left css properties to match.

Eric

Race Schedule for 2010 for this running geek:
* National Half Marathon - 03/20 * Frederick Marathon - 05/02 * Baltimore Marathon - 10/16 *
Naveen puttu
Ranch Hand

Joined: Sep 15, 2009
Messages: 57

thanks eric . got it
 
jQuery in Action
 
 
Reply Bookmark it! Watch this topic JavaRanch » Forums » Engineering » HTML and JavaScript
 
RSS feed
 
New topic
The most intelligent Java IDE