• Joseph

    (@fullstack1995)


    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');
          },
    
    • This topic was modified 3 years, 4 months ago by Joseph.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘button (disabled attribute)’ is closed to new replies.