http://stackoverflow.com/questions/9824808/disable-form-auto-submit-on-button-click
Buttons like <button>Click to do something</button> are submit buttons. Set type="button" to change that. type="submit" is the default (as specified by the HTML recommendation).
原文:http://www.cnblogs.com/majia1949/p/4366173.html