Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.24 KB | None | 0 0
  1. ...
  2. <head>
  3.    <script type="text/javascript">
  4.  
  5.       $(document).ready(function() {
  6.            $('#widgetId').load('/ajax/getcontent?section=howto');
  7.       }
  8.  
  9.    </script>
  10. </head>
  11. <body>
  12. ...
  13.   <div id="widgetId">
  14.    
  15.   </div>
  16. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement