Software: nginx/1.24.0. PHP/7.3.32 uname -a: Linux ip-172-31-28-255.ec2.internal 6.1.159-181.297.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC
Safe-mode: OFF (not secure) /www/wwwroot/itce.co.in/studentlogin/menubar/assets/js/ drwxr-xr-x | |
| Viewing file: Select action/file-type: $(document).ready(function(){
$("#search-field").on("click",function(){
$("#search-field").animate({
"width": "200px"
});
$("#search-field").css({
color: '#000'
});
$("#form").css({
backgroundColor: '#fff'
});
$("#icon-busca").css({
color: '#56aa1c'
});
$("#search-field::-webkit-input-placeholder").css(
{ color: '#ccc'
});
$("#search-field:-moz-placeholder").css(
{ color: '#ccc'
});
$("#search-field::-moz-placeholder").css(
{ color: '#ccc'
});
$("#search-field:-ms-input-placeholder").css(
{ color: '#ccc'
});
})
$('#search-field, #botao-limpa').blur(function(){
setTimeout(function(){
if(!$('#search-field, #botao-limpa').is(':focus')){
$("#search-field").animate({
"width": "172px"
});
}
},10);
$("#form").css({
backgroundColor: '#36752d'
});
$("#search-field").css({
color: '#fff'
});
$("#icon-busca").css({
color: '#fff'
});
});;
}); |
:: Command execute :: | |
--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.0021 ]-- |