That would assume that it's possible to split jQurey components out by browser - but it is not. All bug fixes are handled on-the-fly, determined using feature detection. Although, the vast majority of the detections do target IE.
--John On Wed, Aug 19, 2009 at 5:18 PM, ludovic<ludothebe...@gmail.com> wrote: > > A technic often used in javascript is the downloading of a different > script for each web browser, to avoid unuseful code. > > Isn't there a way to create one file per renderer in jquery, like > > jquery.trident.js > jquery.gecko.js > jquery.webkit.js > jquery.gecko-webkit.js > ... > jquery.all.js > > And put the specific codes in the right scripts, a develop a merging > tool to create the actual jquery.js script ? > > It would permit user to choose to download the whole script or only > the necessary code. > > Regards, > Ludovic > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery Development" group. To post to this group, send email to jquery-dev@googlegroups.com To unsubscribe from this group, send email to jquery-dev+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-dev?hl=en -~----------~----~----~----~------~----~------~--~---