1.refer for judgment or consideration;
She submitted a proposal to the agency
2.put before;
I submit to you that the accused is guilty
3.yield to the control of another
4.hand over formally
5.refer to another person for decision or judgment;
She likes to relegate difficult questions to her colleagues
6.submit or yield to another's wish or opinion;
The government bowed to the military pressure
7.accept or undergo, often unwillingly;
We took a pay cut
8.make an application as for a job or funding;
We put in a grant to the NSF
9.make over as a return;
They had to render the estate
10. accept as inevitable;
He resigned himself to his fate
计算机语言submit(fn)概述 在每一个匹配元素的submit事件中绑定一个处理函数。 select事件将会在表单提交时触发 英译: Bind a function to the submit event of each matched element. The select event fires when a form is submitted 返回值 jQuery 参数 fn (Function) :在每一个匹配元素的submit事件中绑定的处理函数 示例 如果你要阻止表单提交: jQuery 代码: $("form").submit( function () { return false; }