使用javascript从选项卡到表单的ID?
好吧,我对 javascript 完全陌生,但我需要执行以下操作:
在我的页面上有选项卡(用 javascript 完成),然后有搜索表单。现在我需要从这些选项卡中获取一个 id 来放入该表单。
我有 tabs1 tabs2 tabs3 以及所有这些 href="#1"、href="#2" 等等。我需要从该选项卡中获取该数字以形成输入值。因此,如果使用单击 Tab2,它会自动将“2”作为值放入表单的输入之一中。怎么做呢?谢谢!
Ok, so Im totally new to javascript, but I would need to do following:
on my page I have tabs (done with javascript) and then I have search form. Now I need from those tabs a id to put to that form.
I have tabs1 tabs2 tabs3 and all those href="#1", href="#2" and so on. I would need to get that number out of that tab to form input value. So if use clicks Tab2, it would automatically put "2" as a value in one of my inputs of my form. How to do that? Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
HTML 注释中的解释:
Explaination in HTML comments: