Answer the question
In order to leave comments, you need to log in
How to tell the js validator that everything is ok?
there is a code
$('input,textarea').focus(function(){
$(this).data('placeholder',$(this).attr('placeholder'));
$(this).attr('placeholder','');
});
$('input,textarea').blur(function(){
$(this).attr('placeholder',$(this).data('placeholder'));
});
Answer the question
In order to leave comments, you need to log in
What if you specify transition: all 0.3s and set all styles from the hover block in the main block with different values?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question