]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commit
fires/bind formValid.fndtn.abide,formInvalid.fndtn.abide default bind submit() to... 7481/head
authorjk <j.koehler@modulingo.de>
Sat, 12 Dec 2015 11:28:06 +0000 (12:28 +0100)
committerjk <j.koehler@modulingo.de>
Sat, 12 Dec 2015 11:28:06 +0000 (12:28 +0100)
commit5e99dd4e54b8544415ba611eadefee4e793c48a8
tree928b56d13bb38151bf06ff5b50532b53c2ae84ed
parentd9994233d3c904c1fc0cdb1d5a4a8e99fd27512a
fires/bind formValid.fndtn.abide,formInvalid.fndtn.abide default bind submit() to this event
can be off by
$('[data-abide]').off('formValid').on('formValid.fndtn.abide', function() {
  console.log('do something');
});
js/foundation.abide.js