Hi, I am new to jQuery.
I want a validation that works like this:
If a text field has a specific value, say "Robi", then on submit click event the text field will become empty but any value other than "Robi" will submit the data successfully.
Some suggestions please.