html5 required attribute on non supported browsers

前端 未结 5 1589
失恋的感觉
失恋的感觉 2020-12-06 19:43

I have a web application which makes use of the HTML5 required attribute frequently. However Safari and ie 8/9 do not support this attribute. Is there a jQuery

5条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-06 20:15

    This works without any plugin (JQuery only):

    
    

提交回复
热议问题