Skip to content
New issue

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

witdth 100% in formSubmit action #558

Open
saturnyyyy opened this issue Jun 20, 2022 · 0 comments
Open

witdth 100% in formSubmit action #558

saturnyyyy opened this issue Jun 20, 2022 · 0 comments

Comments

@saturnyyyy
Copy link

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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant