【问题标题】:HTML Radio Button Option with Dropdown In it带有下拉菜单的 HTML 单选按钮选项
【发布时间】:2021-12-16 03:11:13
【问题描述】:

HTML 是否可以有一个带有下拉菜单的单选按钮选项?如果 JS(包括 jQuery)或 CSS 可以做到这一点,我不太熟悉。

谢谢

【问题讨论】:

    标签: html radio-button dropdown


    【解决方案1】:

    你是说这个吗?

    这只是纯 HTML - 选择不是“在收音机中”

    <label><input type="radio" name="rad1">Professional staff at</label> <select><option></option></select> FTE<br/>
    <label><input type="radio" name="rad1">Academic staff at</label> <select><option></option></select> FTE<br/>
    <label><input type="radio" name="rad1">PhD student at</label> <select><option></option></select> time<br/>

    【讨论】:

    • 非常感谢!
    猜你喜欢
    • 2018-09-16
    • 2022-12-31
    • 2019-07-04
    • 2022-01-22
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2017-10-11
    • 2012-10-27
    相关资源
    最近更新 更多