tags:

views:

97

answers:

2

Does anyone know what's going to be in the next version of jquery (1.3.3 and 1.4) and if there's a place where we can follow its development?

+4  A: 

http://docs.jquery.com/JQuery%5F1.4%5FRoadmap

meder
+2  A: 

The best place is the jQuery-Dev mailing list, since it centers around the current development of the jQuery library itself.

You may want also to give a look to the SVN repository updates.

CMS