Specify a $target,then it’ll flash itself toward $target,
it’s used to inform user which part is to be filled right when submitting a form.
EDIT:
particularly,what I want to blink is a .
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You could make a function like this one. As you didn’t specify how it should blink or how many times, I made it change the background color to red and then after 500 ms change it back to the previous. This will make it seem like it blinks.
When you want to call the blink function just do this:
This will work if you have an input field with ID
'name'Blink a select element
HTML:
JavaScript (for example on ready):