Guest User

Untitled

a guest
Jul 17th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. str = ";inserted";
  2. saveText(str);
  3. function saveText(str) {
  4. $.post('test.php', {test1: str},
  5. function(data) {
  6. console.log(data);
  7. }
  8. );
  9. }
Add Comment
Please, Sign In to add comment