Javascript

[jQuery] 통화 표시

innocent_k 2015. 10. 22. 13:29

$(this).text($(this).text().split(/(?=(?:\d{3})+(?:\.|$))/g).join(','));  


저작자표시 (새창열림)