Categories
Javascript Website Design

Clearing Input Value on Focus Using jQuery

Clearing Input Value on Focus Using jQuery In this tutorial we will learn Clearing Input Value on Focus Using jQuery. Here we are using jQuery to accomplish this. Code: <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Clearing Input Value on Focus Using jQuery</title> <style type="text/css"> body { width: 980px; margin: 0px auto; text-align: center; padding-top: 50px; font-size: 20px; […]