Advertisement
Guest User

Untitled

a guest
Jan 28th, 2015
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. setInterval(function () {
  2. $.post("sys/Chat.aspx", {
  3. acao: 'atualizar',
  4. array: janelas
  5.  
  6. }, function (x) {
  7. if (x != '') {
  8. window.alert(x);
  9. $('#jan_' + i + ' ul.listar').html(x);
  10. window.alert("Tamo Aqui3");
  11. }
  12. else { window.alert("Tamo Aqui2"); }
  13. }, 'jSON');
  14. }, 2000);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement