Advertisement
Guest User

Untitled

a guest
Jul 24th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $.ajax({
  2.         type: "POST",
  3.         url: '/modules/criminal/php/switch.php',
  4.         data: {
  5.             headerLocation: 'addColumn'
  6.         },
  7.        
  8.         success: function(html)
  9.         {
  10.             htmlSplit = html.split('<:>');
  11.             $('#table').prepend(htmlSplit[0]);
  12.             showEditReq(htmlSplit[1]);
  13.         }
  14.        
  15.     });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement