Guest User

Untitled

a guest
Sep 20th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. // load() functions
  2. $("#sx_menu button").click(function() {
  3. var ajax_load = "<img src='img/loading.gif' alt='loading...' />";
  4. var path = 'settori/'+?CALLER_ID?+'.cont';
  5. $("#contenuto").html(ajax_load).load(path);
  6. });
Add Comment
Please, Sign In to add comment