如何将JavaScript添加到Wordpress侧边栏

时间:2012-09-05 11:04:14

标签: javascript wordpress

我想将accordeon区域放入我的Wordpress侧边栏(不是.com)

因此你知道我必须添加一些JS代码。但WP无视这一点。这里的代码是

<script type='text/javascript' src='http://www.heptasarim.com/wp-content/themes/clean-v1.2/js/hizmetler.js'>
</script>

<div id="panel" style="display:none; background-color: #4ab4d7; padding: 20px; font-size: 17px; font-weight: bold; color: #fff; text-align: center; border-bottom: 1px solid #337689">
SEO Hizmetleri
</div>

<a href="#" class="buton" style="display: block; width: 176px; height: 27px; text-indent: -9999; margin: 0 auto; margin-top: -1px; position: relative">Buton</a>

但不知怎的,我不能用这种方式。示例(侧边栏右上角)Kurumsal SEO

1 个答案:

答案 0 :(得分:0)

WordPress附带的jQuery库以“无冲突”模式加载,即$快捷方式不可用且使用的时间越长jQuery

http://codex.wordpress.org/Function_Reference/wp_enqueue_script#jQuery_noConflict_wrappers