[Solved] Shake textbox when validation fails using JQuery [closed]


If you have jqueryui, you can

 $( "#inputfield_id" ).effect( "shake" );

(replace inputfield_id with the id of your input field).

Click here for more details on JQueryUI’s Shaking

solved Shake textbox when validation fails using JQuery [closed]