Internet Explorer issue with HTML5 form attribute for button element

前端 未结 6 1560
不知归路
不知归路 2020-12-29 09:18

in HTML5, there is the form attribute. Basically

6条回答
  •  执念已碎
    2020-12-29 09:22

    
       
    
    
    
    
    

    Since all projects has included jquery 100% :) you can define in external or any included js file the on document ready function to catch the submit button clicked outsiie form by catching all forms id starting with form- so it catch forms on different page with different names so you do not have to repeat the very same jquery code snipet

提交回复
热议问题