[jQuery] Re: Real time AJAX

2010-01-17 Thread Izad CM
gt;  lbl.hide(); >  obj.show(); >  obj.focus(); > > }); > > obj.blur(function() { >  lbl.text(obj.text()); >  obj.hide(); >  lbl.show()l; > > }); > > obj.keypress(function(e) { >  if(e.which == 13) { >  lbl.text(obj.text()); >  obj.hide(); >  lbl.show()l; >

[jQuery] Real time AJAX

2010-01-16 Thread Izad CM
Hi guys. I'm a jQuery newbie and naturally I have a question. :) What's the best way to do real-time AJAX calls? I'm developing a web app that has a functionality which is somewhat similar to Google Wave's "real-time blip editing feature". Well, you know that thing where we can see the blip being