Skip to content
Loading
Jquery validation in textbox
+2
  • Ketan Mokariya
    There are multiple approaches you can do. like using regex to prevent special char. Check out the following examples
     
    https://stackoverflow.com/questions/895659/how-do-i-block-or-restrict-special-characters-from-input-fields-with-jquery
     
    https://codepen.io/mikelkel/pen/LNgomP 
    +2
  • Srinivasan Ramamoorthi

    Check this article

     https://www.aspsnippets.com/Articles/Restrict-user-from-entering-Special-Characters-in-TextBox-using-jQuery.aspx

    https://www.code-sample.com/2016/06/javascript-jquery-special-characters.html

    +2