要素を作成する
参考:
$(), jQuery() | jQuery 1.9 日本語リファレンス | js STUDIO
jQuery(html, …) – jQuery() | jQuery API Documentation [Official]
How to create div with class – Stack Overflow
appendTo
参考:
.appendTo() | jQuery 1.9 日本語リファレンス | js STUDIO
.appendTo() | jQuery API Documentation
効率
参考:
What is the most efficient way to create HTML elements using jQuery? – Stack Overflow
Learn the slow (and fast) way to append elements to the DOM – howchoo