jQuery - 由两个按钮集产生的字符串的动态串联
我试图让 jQuery 在输入字段中连接两个字符串,其中每个字符串都是用户在两个按钮列表中分别按下一个按钮的结果。 每次按下不同的按钮时,字段值应该更新,从而显示最新使用的按钮组合。
以下是我的进展:
http://jsfiddle.net/Argoron/YYNSm/
感谢您的支持帮助
I'm trying to get jQuery to concatenate two strings in an input field, where each string is the result of the user pressing one button each in two button lists.
The field value should update each time a different button is pressed, and thus show the latest combination of buttons used.
Here is how far I got:
http://jsfiddle.net/Argoron/YYNSm/
Thanks for your help
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
我认为 http://jsfiddle.net/ThiefMaster/YYNSm/10/ 就是你想要的。
I think http://jsfiddle.net/ThiefMaster/YYNSm/10/ is what you want.
使用这个jquery,我已经完成了我对你的问题的理解,
你可以在这里看到它 http://jsfiddle.net /gubhaju/wTFGm/
Use this jquery, I've done how far i understood your problem
you can see it here http://jsfiddle.net/gubhaju/wTFGm/
我不知道你的意思,但这段代码使语言和字母的最新组合: http://jsfiddle .net/JG6Aw/1/
I'm not sure how you mean, but this code makes the latest combination of language and letter: http://jsfiddle.net/JG6Aw/1/