Guest User

Untitled

a guest
Jan 17th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. $('#button1').click(function(){
  2. $('#ContentPlaceHolder').load('ajax/test1.php');
  3. });
  4.  
  5. $('#button2').click(function(){
  6. $('#ContentPlaceHolder').load('ajax/test2.php');
  7. });
Add Comment
Please, Sign In to add comment