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

优化:使用ID标识字段的时候单独创建消息容器 #42

Closed
niceue opened this issue Sep 23, 2013 · 0 comments
Closed

优化:使用ID标识字段的时候单独创建消息容器 #42

niceue opened this issue Sep 23, 2013 · 0 comments
Assignees
Milestone

Comments

@niceue
Copy link
Owner

niceue commented Sep 23, 2013

HTML:

<form id="demo_142" action="results.php" method="post">
<fieldset>
    <p><input name="aaa[]" id="aaa1"></p>
    <p><input name="aaa[]" id="aaa2"></p>
</fieldset>
<button type="submit">提交</button>
</form>

以上两个字段虽然name相同,但是拥有不同id,所以分别创建消息容器

@ghost ghost assigned niceue Sep 23, 2013
@niceue niceue closed this as completed Oct 3, 2013
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