Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. $(function() {
  2.  
  3. $("img").click(function() {
  4. auswahl = $( this ).attr("id");
  5.  
  6. $.get('mail_filebrowser_add2.php?datenID=' + auswahl', function(data) {
  7. alert("Server Returned: " + data.hello);
  8. });
  9. return false;
  10.  
  11. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement