We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jquery-confirm version: v3.3.4
I'm submitting a ... (check one with "x") [v ] bug report [ ] feature request [ ] support request
Current behavior:
witdth 100% in formSubmit action, i cannot resize it. Expected behavior:
Steps to reproduce: i use the prompt Related code:
formSubmit: { text: '送出', btnClass: 'btn-blue', action: function () { var goodnum = this.$content.find('.goodnum').val(); if(goodnum != rightNum){ $.alert('請正確輸入數量'); $('#'+ myid).prop( "checked", false ); return false; } else { $.alert('您輸入的數量為: ' + goodnum); $('#'+ myid).prop( "checked", true ); calcscore(); $("#scanArea").focus(); } } }, insert any relevant code here
Other information:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
jquery-confirm version:
v3.3.4
I'm submitting a ... (check one with "x")
[v ] bug report
[ ] feature request
[ ] support request
Current behavior:
witdth 100% in formSubmit action, i cannot resize it.
Expected behavior:
Steps to reproduce:
i use the prompt
Related code:
Other information:
The text was updated successfully, but these errors were encountered: