Posts Tagged ‘blink’

How to create a blinking effect using Javascript

Hi all,
Some time when you use Ajax to do an action you want to give the user an

indication that the action took place and everything went well. For example you have a text field that onchange action calls for a Javascript function that takes the value, sends it to PHP file, [...]