如何在JavaScript中为innerHTML添加WP主题CSS

时间:2019-01-23 15:19:50

标签: javascript css innerhtml

这是我的代码:

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。请指导

0 个答案:

没有答案