html 在Magento 2中写jquery

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html 在Magento 2中写jquery相关的知识,希望对你有一定的参考价值。

<script>
    require(
        [
            'jquery'
        ],
        function(
            $
        ) {
          $(document).ready(function () {
            $('.block.newsletter').insertAfter('.col_newsletter p');
          });
        }
    );
</script>

以上是关于html 在Magento 2中写jquery的主要内容,如果未能解决你的问题,请参考以下文章

如何确保Magento 2中的RequireJS在加载其他脚本之前加载jQuery?我发现嵌套需要解决这个问题

angularjs中可以写js代码吗

在jquery中写标准的ajax请求

在一个div中写一个js脚本

将 jquery 添加到管理面板内的 Magento 页面 [所见即所得编辑器]

Magento javascript undefined不是函数jquery selectric?