Validate input text in bootstrap modal

前端 未结 4 947
闹比i
闹比i 2021-01-05 17:09

I want to validate a form in a bootstrap modal without using any framework. It\'s actually a simple modal with only an input text and two buttons \"Close\" and \"Send\". Th

4条回答
  •  忘掉有多难
    2021-01-05 17:58

    div in boot strap...

    as you see there is .help-block is display: none now you write javascript function and check validation and if validation now pass make it display: block ... that's way you can do

    enjoy with boot strap :)

提交回复
热议问题