[jQuery] jquery and comet

2008-12-01 Thread Javier Martínez
Hi all! On my latest project I have to add a chat to a web. To do this, I'm thinking on comet. I see there are some ways of doing this. One of them is to make continuous ajax calls to the server. But this is not really comet. So, the question is... Has anybody some information about a plugin

[jQuery] jquery and comet long polling problem with IE

2008-07-11 Thread cambazz
hello, I wrote a comet servlet, and this is how I get the data into jquery: function pS() { $.ajax({ url:'tS', type: 'GET', timeout: 10, complete: function(xhr, status) { alert(status); if(status==='success') { if(xh