我想把值丟給 data- 系列 attr('data-discount_id', response.discount_id) 但我發現這樣沒辦法運行?確定 response.discount_id 有值有什麼方式可以帶值進去?
$dom.attr('data-discount_id', response.discount_id) //或者 $dom.data('discount_id', response.discount_id)