Advertisement
Joeytje50

Untitled

Feb 1st, 2012
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $.ajax({
  2.     data: {
  3.         'wpTextbox1': 'testcaekpie{{#time:s}}'
  4.     },
  5.     dataType: 'text',
  6.     type: 'POST',
  7.     url: '/index.php?title=Test&action=submit&wpDiff=true&live=true',
  8.     success: function(response) {
  9.         console.log(response.replace(/&gt;/g, '>').replace(/&lt;/g, '<').replace(/&amp;/g, '&').replace(/&quot;/g, '"'))
  10.     }
  11. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement