Submit to Tab on Ctrl + Click

Sets form's target to `_blank` when submitted via Ctrl + Left Mouse Button or Ctrl + Enter.

目前为 2015-07-13 提交的版本。查看 最新版本

作者
myf
评分
0 0 0
版本
1.0.2
创建于
2015-05-18
更新于
2015-07-13
大小
1.5 KB
许可证
MIT
适用于
所有网站

Useful for "saving" form state in preceding tab.

Ctrl enter will work alike where plain enter would submit form (ie NOT on textareas).

Sadly, using middle mouse button for the same purpose does not work that well, because it would require invoking "artificial" form.submit(), what in case form targets got recently changed triggers popup blocker.