In `ajaxSubmit` there is line: ``` method = options.type || this.attr2('method'); ``` And what if `options` has only `method` and no `type` specified? According to jquery reference, `method` is alias for `type`. Maybe add both?