抓住改变道具禁用Jquery

时间:2016-11-22 00:21:48

标签: javascript properties triggers onchange

如何更改按钮的支柱(禁用)?

我有第三方js正在运行,完成后它会关闭按钮以禁用。问题是我的代码动态添加(以及按钮本身)

我的代码是:

$(document).on('change', '.stripe-button-el', function(){
console.log('changed');
if ($($this).prop('disabled', true)) $('.stripe-btn-wrapper').trigger('submit');
})

不开火。但如果我将其更改为开启('点击' ..),我会看到日志。

我怎样才能做到这一点? 感谢

0 个答案:

没有答案