Dan G. Switzer, II wrote:
> The size of jQuery is also considerably smaller than loading the DomQuery
> library w/its dependencies. 
> 
> So, if you're working on a large application where you're going be heavily
> relying on lots of DOM manipulation the size of the library may not be that
> big of a deal. However, if you're going to be peppering your application
> with this kind of interaction (or just are working on some smaller scale
> sites,) then I think the small footprint of jQuery has some real advantages.

Actually, DomQuery is only 6Kb and its only dependency is YAHOO.util.Dom 
.. Jack also points out that the only dependency in YAHOO.util.Dom is 
getStyle and you could easily substitute your own.

The whole jQuery library compressed seems to be about 19 or 20K. I 
didn't see an option to get only parts of it, so there may be a way to 
trim that down. I tend to use quite a bit of the yui-ext library, so 
individual component sizes aren't a big issue for me, but I do like that 
you can use sections of it in your code with relatively few dependencies.

Judah



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:269050
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to