[jQuery] Re: LIVE jQuery

2008-01-07 Thread coughlinsmyalias
Peter..when you say: > fwiw, I have been considering porting the dojox.cometd client to > jQuery-plugin-like code. Do you mean its not a jQuery plugin yet? Looking more in to that and am still kind of confused how to make the whole say be "live" would every event have to be wrapped in say a fun

[jQuery] Re: LIVE jQuery

2008-01-07 Thread Peter E Higgins
On Monday 07 January 2008, coughlinsmyalias wrote: > Thank you for the explanation! i will do some more research in to that > and see how i can get that in to my code :) I might post a question > about implementing that in to mine as well. Any demos out there for me > to look at? And is this insta

[jQuery] Re: LIVE jQuery

2008-01-07 Thread coughlinsmyalias
Thank you for the explanation! i will do some more research in to that and see how i can get that in to my code :) I might post a question about implementing that in to mine as well. Any demos out there for me to look at? And is this installed on the client side? On Jan 7, 8:07 am, Peter E Higgin

[jQuery] Re: LIVE jQuery

2008-01-07 Thread Peter E Higgins
On Monday 07 January 2008, Ariel Flesler wrote: > How is that the client can listen for responses of the server? it's an > XHR connection that remains opened ? there are a couple transports availble in the dojox.cometd client, long polling being the default. subscribe() would issue a command to

[jQuery] Re: LIVE jQuery

2008-01-07 Thread Ariel Flesler
How is that the client can listen for responses of the server? it's an XHR connection that remains opened ? Ariel Flesler On 6 ene, 21:30, Peter E Higgins <[EMAIL PROTECTED]> wrote: > For whatever reason the "magnet" post didn't get pushed to my client, but I > wanted to chime in. > > fwiw, I ha

[jQuery] Re: LIVE jQuery

2008-01-06 Thread Peter E Higgins
For whatever reason the "magnet" post didn't get pushed to my client, but I wanted to chime in. fwiw, I have been considering porting the dojox.cometd client to jQuery-plugin-like code. but as far as I know, the only "real" javascript implementation of comet client is the dojo 1.x one. DWR

[jQuery] Re: LIVE jQuery

2008-01-06 Thread coughlinsmyalias
Thank you all so much! Let me go try to understand this..I might post back with some questions :) I have heard of the COMET, I will read that article do you know of any examples of code or logic using jquery and how I would use that? http://www.jasons-toolbox.com/JHeartbeat/ For that above, cou

[jQuery] Re: LIVE jQuery

2008-01-01 Thread Eridius
This might or might not be what your looking for but if you want to keep pushing new content to a page you could use the JHeartbeat plugin http://www.jasons-toolbox.com/JHeartbeat/ coughlinsmyalias wrote: > > > Hey all, I am wondering is it possible with jQuery or any other plugin > to have

[jQuery] Re: LIVE jQuery

2008-01-01 Thread Alexandre Plennevaux
i believe using comet technology should do just that: http://ajaxian.com/archives/comet-a-new-approach-to-ajax-applications On Jan 1, 2008 6:08 AM, Ariel Flesler <[EMAIL PROTECTED]> wrote: > > I don't understand what you mean, could you explain some more? > > Ariel Flesler > > On Dec 29 2007, 3

[jQuery] Re: LIVE jQuery

2007-12-31 Thread Ariel Flesler
I don't understand what you mean, could you explain some more? Ariel Flesler On Dec 29 2007, 3:04 am, coughlinsmyalias <[EMAIL PROTECTED]> wrote: > Hey all, I am wondering is it possible with jQuery or any other plugin > to have say real time results on a page. To do say see what other > changes