Added
- Added a
contentType
option to thesse()
action that, when set toform
, submits the closest form element, or one specified using theselector
option (#400). - Added a
retryInterval
option to thesse()
action, defaulting to 1 second (#393). - Added the version number in a comment at the top of bundled files (#401).
Changed
- The
data-on-submit
event listener now prevents the default submission behavior of forms.