hamzeh241
شنبه 01 مرداد 1390, 11:59 صبح
سلام دوستان یه سوال نسبتاً حرفه ای دارم خیر ببینی اگر کمکم کنی تو مستر پیچم کارکنه
<scripttype="text/jscript"language="jscript">
$(function F(){
$('input[type=text]').focus(function(){$(this).css('background-color','yellow');}).blur(function(){$(this).css('b ackground-color','white');});
});
</script>
این اسکریپ وقتی روی یه تکس باکس که خاصیت focus="F()" ست شده وقتی روش میری رنگش عوض میشه
<scripttype="text/jscript"language="jscript">
$(function F(){
$('input[type=text]').focus(function(){$(this).css('background-color','yellow');}).blur(function(){$(this).css('b ackground-color','white');});
});
</script>
این اسکریپ وقتی روی یه تکس باکس که خاصیت focus="F()" ست شده وقتی روش میری رنگش عوض میشه