Advertisement
Guest User

Untitled

a guest
Sep 5th, 2015
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.35 KB | None | 0 0
  1.             <div id="words">
  2.                 <?php include('inc/display_words.php');?>
  3.                
  4.                 <br /><br /><a href="#next"><input type="button" value="Next" id="next"></a>
  5.             </div>
  6.            
  7.  
  8.             <script>
  9.                 $(function() {
  10.                   $("#next").click(function(evt) {
  11.                      $("#words").load("inc/display_words.php")
  12.                    
  13.                   })
  14.                    console.log()
  15.                 })
  16.             </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement