pastebin

Paste Search Dynamic
Recent pastes
button click
  1. $(document).ready(function(){
  2.   $("button").click(function(){
  3.     $.ajax({url: "test.txt", success: function(result){
  4.       $("#divx").html(result);
  5.     }});
  6.   });
  7. });
Parsed in 0.003 seconds