button (disabled attribute)
-
hi,
there is no add disabled in js source code.
this must be added.
like this:beforeSend: function (response) { $thisbutton.prop( 'disabled', true ); $thisbutton.removeClass('added').addClass('loading'); }, complete: function (response) { $thisbutton.prop( 'disabled', false ) $thisbutton.addClass('added').removeClass('loading'); },
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘button (disabled attribute)’ is closed to new replies.