Guest User

Untitled

a guest
Mar 8th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. new Ajax.Request('/your/url', {
  2. onSuccess: function(transport) {
  3. eval(transport.responseText);
  4. }
  5. });
Add Comment
Please, Sign In to add comment