Load Indexhibit menu into wordpress site


/ Published in: jQuery
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <script type="text/javascript">
  2. jQuery(document).ready(function ($) {
  3. $('<div id="menu"></div>').prependTo('body');
  4. $('#menu').load('http://raumzwei.gatonet.de #menu .container');
  5. });
  6. </script>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.