jquery + 数据列表
我对 jquery 不熟悉,并且想要获取 datalist 中控件的 ID,以便我可以使用它们。
I am not familiar to jquery, and want to get ID of controls i have in datalist so that i can use them.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要阅读有关选择器的信息,并且可以相应地命名您的 html 标签,
从这里开始阅读:
http://docs .jquery.com/Tutorials:Getting_Started_with_jQuery
然后你可以像这样绑定你的控件......
You need to read about selectors, and you can name your html tags accordingly,
Start reading here:
http://docs.jquery.com/Tutorials:Getting_Started_with_jQuery
You can then bind your controls like such...