Guest User

Untitled

a guest
Jan 6th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.                 <script type="text/javascript">
  2.                 $(document).ready(function() {                 
  3.                         newHTML="<div style='width:700px; height:300px; background:#000;'><div style='clear:none; float:left; width:200px;'>";                 
  4.                         newHTML+=$('.item465 div div div div').html();
  5.                         newHTML+="</div><div class='myRewriteablePane' style='clear:none; float:left; width:300px; color:#fff;'>Site map goes here.</div></div'>"; 
  6.                         $('.item465 div div div div').html(newHTML);
  7.  
  8.                        
  9.                 $('.item560').mouseenter(function(){rewrite(<jdoc:include type="modules" name="nav-services" />);});
  10.                 $('.item561').mouseenter(function(){rewrite(<jdoc:include type="modules" name="nav-doctors" />);});
  11.                 $('.item559').mouseenter(function(){rewrite(<jdoc:include type="modules" name="nav-locations" />);});
  12.                    
  13.                 });
  14.                 function rewrite(newcontent){
  15.                         $('.myRewriteablePane').html(newcontent);              
  16.                 }
  17.  
  18.                 </script>
Add Comment
Please, Sign In to add comment