使用 jQuery 更改属性?
我有一个表格,每一行都有一个复选框,表格底部有一个输入框,我们可以在其中输入颜色名称(例如:fff)。当我们单击“提交”时,将选中复选框的所有“tr”的颜色更改为我们在输入框中输入的颜色
I have a table that in each row there is a checkbox and at the bottom of the table there is a input box that we can enter color name in it (example : fff). and when we click on submit change color of all 'tr' that checked check boxes to the color that we entered in inputbox
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
如果我们可以看到您的 html,那就更容易了。
It would be easier if we could see your html.
你的意思是这样吗?
http://jsfiddle.net/GZaqD/
You mean like this?
http://jsfiddle.net/GZaqD/
我创建了一个我认为您想做的简单示例。希望它能帮助您入门。在 jsfiddel 上查看,http://jsfiddle.net/YGWKA/
I created a simple example of what I think you want to do. Hopefully it should get you started. Check it out on jsfiddel, http://jsfiddle.net/YGWKA/