我正在尝试在 Jquery 中创建多个 div 元素。我尝试过以下解决方案。
使用 jquery 创建 html 在 jQuery
中创建 div 元素
我需要在 jquery 中创建下面的 html 元素
<div class="r-c-grid ">
<div class="r-c-imgmask">
<img src="http://example.com/images/path.jpg">
</div>
<div class="r-c-gradient"></div>
<h3 class="r-c-grid-title"><a href="http://example.com/link.php">Post Title</a></h3>
</div>
我可以通过上述解决方案做到这一点,但它更复杂。谁能建议我在最新的 jquery 中有没有更好的方法来做到这一点。