JQUERY VALIDATION OF WHITE SPACE, ALPHA NUMERIC, LETTER ONLY AND URL

Поделиться
HTML-код
  • Опубликовано: 25 окт 2024

Комментарии • 3

  • @danielpandukusuma3179
    @danielpandukusuma3179 2 года назад

    Thanks alot sir ! You have no idea how much u helped me with this video.

  • @idrees7861000
    @idrees7861000 2 года назад

    can we use this plugin for multiple step form? if yes then how can we validate each step individually?

    • @mstechub
      @mstechub  2 года назад

      Yes. We can apply validation on multiple step from.
      You can add or remove the validation using rules function or attributes to apply the validation. To know more see the video :
      ruclips.net/video/1sE283ii7Eg/видео.html
      Secondly You can also make use of display:none css property because it does not consider the html area which flagged as display:none.
      See the sample code using display: none :
      infomstechub.blogspot.com/2022/09/how-to-apply-validation-on-multiple-step-form.html