WordPress中的JQuery
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了WordPress中的JQuery相关的知识,希望对你有一定的参考价值。
Accessing JQuery's $() shortcut within WordPress
// javascript in theme file jQuery(document).ready(function($){ // code goes here // $('#idname').append("<b>Hello</b>") should work properly now });
以上是关于WordPress中的JQuery的主要内容,如果未能解决你的问题,请参考以下文章
用于 WordPress 的 PHP 片段,用于获取所有产品子类别
Wordpress - 将代码片段包含到布局的选定部分的插件
PHP WordPress条件为主页SlideDeck主题代码片段