Re: [jquery-dev] Re: WebSockets is very faster than xhr. I hope to support of jQuery for WebSockets.

2010-01-20 Thread Marco Pivetta
Why are you bothering about HTTP servers if we are talking about WebSockets and _NOT_ HTTP? :) I think WebSockets are almost necessary for the future of the web. I've been developing some addons for Firefox in the past months, and wanted to put an XMPP/Jabber chat client/UI (some kind of

Re: [jquery-dev] Re: WebSockets is very faster than xhr. I hope to support of jQuery for WebSockets.

2010-01-20 Thread Mike Taylor
On 1/20/10 5:44 AM, DBJDBJ wrote: 1. Are WebSockets officially part of HTML5 ? Mike I can see the specs, yes. But this is definitely would be the most questionable HTML5 detail, it seems to me? They used to be part of html5, but now are just lumped in the following group: Features that

[jquery-dev] Re: WebSockets is very faster than xhr. I hope to support of jQuery for WebSockets.

2010-01-20 Thread tato
If you want to see the document http://www.whatwg.org/specs/web-apps/current-work/multipage/introduction.html#is-this-html5? 1 Introduction 1.1 Is this HTML5? Features that are not currently in this document that were in the past considered part of HTML5, or that were never part of HTML5

[jquery-dev] Re: WebSockets is very faster than xhr. I hope to support of jQuery for WebSockets.

2010-01-20 Thread tato
On this sample, $(Selector).wsload(URL,callback) is like $(Selector).load (URL,callback) but, not the same. Data of load it into a node is not a single message. Display changes automatically. Change over time and display data being sent to On Jan 21, 2:16 am, Daniel Friesen

[jquery-dev] jQuery is Moving to a Forum

2010-01-20 Thread John Resig
Hello All - After much deliberation the jQuery team has decided to close down the Google Groups that we've been using for project discussion and move to a unified forum instead. The new forum can be found here: http://forum.jquery.com/ More information about our decision to move can be found

[jquery-dev] Re: .SlideUp() + Firefox

2010-01-20 Thread maxtorque
I have also observed egregious redraw flicker when using JQuery's animate() function in FireFox whenever content has scrollbars. I've taken a hidescrollbars-animate-showscrollbars workaround. Since most if not all of JQuery's effects are built on top of animate() it seems that any effect that