Good afternoon!
I made a function to prevent the user from pressing twice on the same button, this part works perfectly. global.js
$('.form-disable').on('submit', function(){
var self = $(this),
button = self.find('input[type="submit"], b...
asked by
22.06.2018 / 15:34