/ Published in: jQuery
![](/img/icon_sav.png?v3)
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$("input[type='password'], input[type='text'], textarea").each(function(){ $(this).one('focus',function(){ $(this).val(""); }); });
Comments
![RSS Feed for Comments RSS Icon](/images/rss.png?v3)