How do I add a simple jQuery script to WordPress?

后端 未结 18 1924
心在旅途
心在旅途 2020-11-22 16:53

I read the Codex and a few blog posts about using jQuery in WordPress, and its very frustrating. I\'ve got as far as loading jQuery in functions.php file, but a

18条回答
  •  傲寒
    傲寒 (楼主)
    2020-11-22 17:57

    You can add custom javascript or jquery using this plugin.
    https://wordpress.org/plugins/custom-javascript-editor/

    When you use jQuery don't forget use jquery noconflict mode

提交回复
热议问题