Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script type="text/javascript">
- $(document).ready(function() {
- newHTML="<div style='width:700px; height:300px; background:#000;'><div style='clear:none; float:left; width:200px;'>";
- newHTML+=$('.item465 div div div div').html();
- newHTML+="</div><div class='myRewriteablePane' style='clear:none; float:left; width:300px; color:#fff;'>Site map goes here.</div></div'>";
- $('.item465 div div div div').html(newHTML);
- $('.item560').mouseenter(function(){rewrite(<jdoc:include type="modules" name="nav-services" />);});
- $('.item561').mouseenter(function(){rewrite(<jdoc:include type="modules" name="nav-doctors" />);});
- $('.item559').mouseenter(function(){rewrite(<jdoc:include type="modules" name="nav-locations" />);});
- });
- function rewrite(newcontent){
- $('.myRewriteablePane').html(newcontent);
- }
- </script>
Add Comment
Please, Sign In to add comment