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; }