Advertisement
Guest User

Untitled

a guest
Apr 18th, 2014
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. <div onclick="edit('3')" >edit</div>
  2.  
  3. function edit(a) {
  4. $('#main').load('edit.php');
  5. $.post('taadil.php', {
  6. id : a
  7. }
  8. }
  9.  
  10. $id=$_POST['id'];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement