这是我的代码:
if (document.getElementById('business').checked) {
document.getElementById('register[category]').innerHTML= '<span class="tg-select"><option value="">Select Category</option> <option value="1391">Hospital</option><option value="1393">Clinic</option></span>';
}
<select name="register[category]" id="register[category]" class="sp-category">
</select>
这不会对下拉菜单应用任何CSS。请指导