我会将选项标记添加到类表单控件中。选项标签有一个 id country。
{{ store.country | country_select }}
我用 jquery 试试,但没有用。
$("#country").addClass("form-control");
我会将选项标记添加到类表单控件中。选项标签有一个 id country。
{{ store.country | country_select }}
我用 jquery 试试,但没有用。
$("#country").addClass("form-control");