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;
>
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
2 matches
Mail list logo