我是一个完整的新手,并尝试使用jquery砌体。下载文档并将其放入文件中意味着什么?
我不能只使用cdn吗?与bootstrap一样,我们可以使用CDN,但也可以选择下载引导程序并以这种方式使用它。当他们说下载zip文件并将其包含在您的文件中时,我有点迷失。一旦我下载文件,我真的将它从我的下载拖到崇高?这很尴尬,因为它看起来很简单。任何帮助将不胜感激。
这就是我被困住的地方,因为砖石似乎没有起作用。
Step 1 – Download the masonry.pkgd.min.js file and include it at the end of the page as shown in the following code:
<html>
<head>
<title>Masonry Layout with Masonry Plugin</title>
</head>
<body>
<script src='masonry.pkgd.min.js'></script>
</body>
</html>
答案 0 :(得分:0)
将文件下载到您的电脑上:
CDN:
<script
src="https://cdnjs.cloudflare.com/ajax/libs/masonry/3.3.2/masonry.pkgd.js"
&gt; </script>