Advertisement
Guest User

Untitled

a guest
Sep 5th, 2015
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.26 KB | None | 0 0
  1.     <div id="words">
  2.                 <?php include('inc/display_words.php');?>
  3.             </div>
  4.            
  5.  
  6.             <script>
  7.                 $(function() {
  8.                   $("#refresh").click(function(evt) {
  9.                      $("#words").load("inc/display_words.php")
  10.                      evt.preventDefault();
  11.                   })
  12.                 })
  13.             </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement