<div class="htmlarea"><textarea id="runcode16885"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>jquery-1.2.6 포커스를 작성하고 포커스를 잃는 방법</title> <input type="text"> <input type="password"> <textarea> </textarea> <br> <input onclick="runEx('runcode16885')" type="button" value="运行代码"><input onclick="doCopy('runcode16885')" type="button" value="复制代码"><input onclick="doSave(runcode16885)" type="button" value="保存代码"> <a href="http://www.jb51.net/article/23421.htm" title="查看具体详情" target="_blank"> </a>[Ctrl A 모두 선택 참고: </textarea></div>외부 J를 도입해야 하는 경우 실행하려면 새로 고쳐야 합니다 <script type="text/javascript" src="http://www.sosuo8.com/jscss/jquery-1.2.6.js"></script>]<script type="text/javascript"> $(function(){ $("input:text,input:password,textarea").focus(function(){$(this).css("background","#CBFE9F");}).blur(function(){$(this).css("background","#FFF");}); }); </script>