<label for="bir">Ad</label>
<input type="text" id="bir">
<label for="iki">Soyad</label>
<input type="text" id="iki">
<label for="uc">URL</label>
<input type="text" id="uc">
<div class='background'></div> $("#bir").focusin(function() {
$('.background').css("background-color", "#ff9800");
});
$("#iki").focusin(function() {
$('.background').css("background-color", "#03a9f4");
});
$("#uc").focusin(function() {
$('.background').css("background-color", "#e91e63");
});
$("#bir, #iki, #uc").focusout(function() {
$('.background').css("background-color", "");
});
*
回帖描述:*
链接类型:*
下载链接:*
描述:*
回帖描述:*
链接类型:*
阅读权限:*
下载链接:



聚优部落技术论坛 © 版权所有 鲁ICP备15007479号-6
Copyright(C)web.com, All Rights Reserved.
