All pastes #2053488 Raw Edit

Unnamed

public html v1 · immutable
#2053488 ·published 2011-05-03 14:55 UTC
rendered paste body
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js" /><script type="text/javascript">$(document).ready(function() {    $.get("moderator/ajax.php",          { name: "John", time: "2pm" },          function(data){            alert("Data Loaded: " + data);          }    );});</script>