Well, I admit I made a mistake ... I confess ... To remind myself to be pinned for a week
<formID= "form"Method= "POST"><inputtype= "text"name= "Ceshi"value= "Test"/><Buttontype= "button"ID= "Submit">Submit</Button></form><Scripttype= "Text/javascript">$(function(){ $('#submit'). Click (function(){ $('#form'). Submit ()})})</Script>
The above code does not seem to be a problem, but when you click on the Query button, you do not submit the form, the button type to submit the form is normal.
Additional Notes:forms and their child elements should isn't use input names or IDs that conflict with properties of a form , such as submit, length, or method. Name conflicts can cause confusing failures. For a complete list of rules and to check your markup for these problems, see domlint.
Other considerations: The form and its child elements should not use the property of a form property as name or ID , such as submit, length, or method, is , conflicts can arise. Name collisions can lead to confusing failures. For a complete list of rules, and check for these problem tags, see domlint.
And then I changed the ID name and I executed it.
jquery submit () does not execute