jquery-shake

jQuery Input Box Shake Effect Tutorial & Demo

Hi People, In this post we are going to write a simple jQuery script to shake effect (animate) your input box.

To animate we need to load jQuery and jQuery UI libraries in our script and then a single line of script would do the magic for us.

That’s all, this much of script is enough to animate the input box.

But, wait let’s write a real scenario script where we can use this animation, so you can also use it in your project.

A simple form validation with shake effect.

You can just go through the above script to understand it, any doubt you can ask them in the comment section.

Finally here is the demo:

demo

 

Related Posts

Leave a Reply