将Indexhibit菜单加载到wordpress站点
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了将Indexhibit菜单加载到wordpress站点相关的知识,希望对你有一定的参考价值。
jQuery(document).ready(function ($) { $('<div id="menu"></div>').prependTo('body'); $('#menu').load('http://raumzwei.gatonet.de #menu .container'); }); </script>
以上是关于将Indexhibit菜单加载到wordpress站点的主要内容,如果未能解决你的问题,请参考以下文章