
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
let a_html=`<button>버튼</button>`의 경우엔 버튼이 아닌 문장인데
$("#card-Box").append(a_html) 를 작성 할 경우 문장이 아닌 버튼이 된다는 건가요?
let a_html=`<button>버튼</button>`
undefined
$("#card-Box").append(a_html)
S.fn.init [div#card-Box.card]
